VLC
3.0.15
|
Data Fields | |
vlc_thread_t | thread |
input_thread_t * | p_input |
es_out_t * | p_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_t * | p_storage_r |
ts_storage_t * | p_storage_w |
mtime_t | i_cmd_delay |
bool ts_thread_t::b_paused |
mtime_t ts_thread_t::i_buffering_delay |
mtime_t ts_thread_t::i_cmd_delay |
mtime_t ts_thread_t::i_pause_date |
int ts_thread_t::i_rate |
mtime_t ts_thread_t::i_rate_date |
mtime_t ts_thread_t::i_rate_delay |
int ts_thread_t::i_rate_source |
int64_t ts_thread_t::i_tmp_size_max |
vlc_mutex_t ts_thread_t::lock |
input_thread_t* ts_thread_t::p_input |
es_out_t* ts_thread_t::p_out |
ts_storage_t* ts_thread_t::p_storage_r |
ts_storage_t* ts_thread_t::p_storage_w |
const char* ts_thread_t::psz_tmp_path |
vlc_thread_t ts_thread_t::thread |
vlc_cond_t ts_thread_t::wait |