| 
    VLC 4.0.0-dev
    
   | 
 
Data Fields | |
| vlc_thread_t | thread | 
| input_thread_t * | p_input | 
| es_out_t * | p_tsout | 
| es_out_t * | p_out | 
| int64_t | i_tmp_size_max | 
| const char * | psz_tmp_path | 
| vlc_mutex_t | lock | 
| vlc_cond_t | wait | 
| vlc_sem_t | done | 
| bool | b_paused | 
| vlc_tick_t | i_pause_date | 
| float | rate | 
| float | rate_source | 
| vlc_tick_t | i_rate_date | 
| vlc_tick_t | i_rate_delay | 
| vlc_tick_t | i_buffering_delay | 
| ts_storage_t * | p_storage_r | 
| ts_storage_t * | p_storage_w | 
| vlc_tick_t | i_cmd_delay | 
| bool ts_thread_t::b_paused | 
Referenced by TsChangePause(), TsIsUnused(), TsRun(), and TsStart().
| vlc_tick_t ts_thread_t::i_buffering_delay | 
| vlc_tick_t ts_thread_t::i_cmd_delay | 
Referenced by TsChangePause(), TsChangeRate(), TsRun(), and TsStart().
| vlc_tick_t ts_thread_t::i_pause_date | 
Referenced by TsChangePause(), and TsStart().
| vlc_tick_t ts_thread_t::i_rate_date | 
Referenced by TsChangeRate(), TsRun(), and TsStart().
| vlc_tick_t ts_thread_t::i_rate_delay | 
Referenced by TsChangeRate(), TsRun(), and TsStart().
| int64_t ts_thread_t::i_tmp_size_max | 
Referenced by TsPushCmd(), and TsStart().
| vlc_mutex_t ts_thread_t::lock | 
Referenced by TsChangePause(), TsChangeRate(), TsHasCmd(), TsIsUnused(), TsPopCmdLocked(), TsPushCmd(), TsRun(), TsStart(), and TsStop().
| input_thread_t* ts_thread_t::p_input | 
| es_out_t* ts_thread_t::p_out | 
Referenced by TsChangePause(), TsChangeRate(), TsRun(), and TsStart().
| ts_storage_t* ts_thread_t::p_storage_r | 
Referenced by TsHasCmd(), TsIsUnused(), TsPopCmdLocked(), TsPushCmd(), TsStart(), and TsStop().
| ts_storage_t* ts_thread_t::p_storage_w | 
Referenced by TsPushCmd(), and TsStart().
| const char* ts_thread_t::psz_tmp_path | 
Referenced by TsPushCmd(), and TsStart().
| float ts_thread_t::rate | 
Referenced by TsChangeRate(), TsIsUnused(), TsRun(), and TsStart().
| float ts_thread_t::rate_source | 
Referenced by TsChangeRate(), TsIsUnused(), TsRun(), and TsStart().
| vlc_thread_t ts_thread_t::thread | 
| vlc_cond_t ts_thread_t::wait | 
Referenced by TsChangePause(), TsPushCmd(), TsRun(), TsStart(), and TsStop().