VLC  3.0.15
Data Fields
ts_thread_t Struct Reference
Collaboration diagram for ts_thread_t:
Collaboration graph
[legend]

Data Fields

vlc_thread_t thread
 
input_thread_tp_input
 
es_out_tp_out
 
int64_t i_tmp_size_max
 
const char * psz_tmp_path
 
vlc_mutex_t lock
 
vlc_cond_t wait
 
bool b_paused
 
mtime_t i_pause_date
 
int i_rate
 
int i_rate_source
 
mtime_t i_rate_date
 
mtime_t i_rate_delay
 
mtime_t i_buffering_delay
 
ts_storage_tp_storage_r
 
ts_storage_tp_storage_w
 
mtime_t i_cmd_delay
 

Field Documentation

◆ b_paused

bool ts_thread_t::b_paused

◆ i_buffering_delay

mtime_t ts_thread_t::i_buffering_delay

◆ i_cmd_delay

mtime_t ts_thread_t::i_cmd_delay

◆ i_pause_date

mtime_t ts_thread_t::i_pause_date

◆ i_rate

int ts_thread_t::i_rate

◆ i_rate_date

mtime_t ts_thread_t::i_rate_date

◆ i_rate_delay

mtime_t ts_thread_t::i_rate_delay

◆ i_rate_source

int ts_thread_t::i_rate_source

◆ i_tmp_size_max

int64_t ts_thread_t::i_tmp_size_max

◆ lock

vlc_mutex_t ts_thread_t::lock

◆ p_input

input_thread_t* ts_thread_t::p_input

◆ p_out

es_out_t* ts_thread_t::p_out

◆ p_storage_r

ts_storage_t* ts_thread_t::p_storage_r

◆ p_storage_w

ts_storage_t* ts_thread_t::p_storage_w

◆ psz_tmp_path

const char* ts_thread_t::psz_tmp_path

◆ thread

vlc_thread_t ts_thread_t::thread

◆ wait

vlc_cond_t ts_thread_t::wait

The documentation for this struct was generated from the following file: