VLC
3.0.15
|
Data Fields | |
input_thread_t * | p_input |
vlc_mutex_t | lock |
int | i_pgrm |
es_out_pgrm_t ** | pgrm |
es_out_pgrm_t * | p_pgrm |
int | i_id |
int | i_es |
es_out_id_t ** | es |
bool | b_active |
int | i_mode |
es_out_es_props_t | video |
es_out_es_props_t | audio |
es_out_es_props_t | sub |
int | i_group_id |
int64_t | i_audio_delay |
int64_t | i_spu_delay |
mtime_t | i_pts_delay |
mtime_t | i_pts_jitter |
int | i_cr_average |
int | i_rate |
bool | b_paused |
mtime_t | i_pause_date |
mtime_t | i_preroll_end |
bool | b_buffering |
mtime_t | i_buffering_extra_initial |
mtime_t | i_buffering_extra_stream |
mtime_t | i_buffering_extra_system |
sout_instance_t * | p_sout_record |
int | i_prev_stream_level |
es_out_t * | p_out |
int64_t | i_tmp_size_max |
char * | psz_tmp_path |
bool | b_delayed |
ts_thread_t * | p_ts |
bool | b_input_paused |
bool | b_input_paused_source |
int | i_input_rate |
int | i_input_rate_source |
es_out_id_t ** | pp_es |
es_out_es_props_t es_out_sys_t::audio |
Referenced by EsOutDelete(), EsOutProgramSelect(), GetPropsByCat(), and input_EsOutNew().
bool es_out_sys_t::b_active |
Referenced by EsOutControlLocked(), EsOutSelect(), and input_EsOutNew().
bool es_out_sys_t::b_buffering |
Referenced by EsOutControlLocked(), and input_EsOutNew().
bool es_out_sys_t::b_delayed |
Referenced by Destroy(), and input_EsOutTimeshiftNew().
bool es_out_sys_t::b_input_paused |
Referenced by input_EsOutTimeshiftNew().
bool es_out_sys_t::b_input_paused_source |
Referenced by input_EsOutTimeshiftNew().
bool es_out_sys_t::b_paused |
Referenced by EsOutProgramAdd().
es_out_id_t** es_out_sys_t::es |
Referenced by EsOutControlLocked(), EsOutProgramSelect(), and input_EsOutNew().
int64_t es_out_sys_t::i_audio_delay |
mtime_t es_out_sys_t::i_buffering_extra_initial |
mtime_t es_out_sys_t::i_buffering_extra_stream |
mtime_t es_out_sys_t::i_buffering_extra_system |
int es_out_sys_t::i_cr_average |
Referenced by EsOutControlLocked(), and EsOutProgramAdd().
int es_out_sys_t::i_es |
Referenced by Destroy(), EsOutControlLocked(), EsOutDelete(), EsOutProgramSelect(), input_EsOutNew(), and input_EsOutTimeshiftNew().
int es_out_sys_t::i_group_id |
Referenced by EsOutControlLocked(), EsOutProgramAdd(), and input_EsOutNew().
int es_out_sys_t::i_id |
int es_out_sys_t::i_input_rate |
Referenced by input_EsOutTimeshiftNew().
int es_out_sys_t::i_input_rate_source |
Referenced by input_EsOutTimeshiftNew().
int es_out_sys_t::i_mode |
Referenced by EsOutControlLocked(), EsOutProgramSelect(), EsOutSelect(), and input_EsOutNew().
mtime_t es_out_sys_t::i_pause_date |
Referenced by EsOutProgramAdd(), and input_EsOutNew().
int es_out_sys_t::i_pgrm |
Referenced by EsOutControlLocked(), EsOutDelete(), EsOutProgramAdd(), EsOutProgramDel(), and input_EsOutNew().
mtime_t es_out_sys_t::i_preroll_end |
Referenced by EsOutControlLocked(), EsOutSend(), and input_EsOutNew().
int es_out_sys_t::i_prev_stream_level |
Referenced by input_EsOutNew().
mtime_t es_out_sys_t::i_pts_delay |
Referenced by EsOutControlLocked(), and EsOutProgramAdd().
mtime_t es_out_sys_t::i_pts_jitter |
Referenced by EsOutControlLocked().
int es_out_sys_t::i_rate |
Referenced by EsOutProgramAdd(), and input_EsOutNew().
int64_t es_out_sys_t::i_spu_delay |
int64_t es_out_sys_t::i_tmp_size_max |
Referenced by input_EsOutTimeshiftNew().
vlc_mutex_t es_out_sys_t::lock |
Referenced by Destroy(), EsOutDelete(), EsOutSend(), input_EsOutNew(), and input_EsOutTimeshiftNew().
input_thread_t * es_out_sys_t::p_input |
es_out_t* es_out_sys_t::p_out |
Referenced by input_EsOutTimeshiftNew().
es_out_pgrm_t* es_out_sys_t::p_pgrm |
Referenced by EsOutControlLocked(), EsOutDelete(), EsOutProgramAdd(), EsOutProgramDel(), EsOutProgramSelect(), and EsOutSelect().
sout_instance_t* es_out_sys_t::p_sout_record |
ts_thread_t* es_out_sys_t::p_ts |
Referenced by Destroy(), and input_EsOutTimeshiftNew().
es_out_pgrm_t** es_out_sys_t::pgrm |
Referenced by EsOutControlLocked(), EsOutProgramAdd(), EsOutProgramDel(), and input_EsOutNew().
es_out_id_t** es_out_sys_t::pp_es |
Referenced by Destroy(), and input_EsOutTimeshiftNew().
char* es_out_sys_t::psz_tmp_path |
Referenced by Destroy(), and input_EsOutTimeshiftNew().
es_out_es_props_t es_out_sys_t::sub |
Referenced by EsOutControlLocked(), EsOutDelete(), EsOutProgramSelect(), GetPropsByCat(), and input_EsOutNew().
es_out_es_props_t es_out_sys_t::video |
Referenced by EsOutProgramSelect(), GetPropsByCat(), and input_EsOutNew().