VLC
3.0.21
|
Data Fields | |
int | i_id |
es_out_pgrm_t * | p_pgrm |
bool | b_scrambled |
int | i_channel |
es_format_t | fmt |
char * | psz_language |
char * | psz_language_code |
decoder_t * | p_dec |
decoder_t * | p_dec_record |
vlc_tick_t | i_pts_level |
struct { | |
vlc_fourcc_t type | |
uint64_t i_bitmap | |
es_out_id_t * pp_es [64] | |
} | cc |
es_out_id_t * | p_master |
int | i_meta_id |
es_out_id_t * | p_es |
bool es_out_id_t::b_scrambled |
Referenced by EsOutControlLocked().
struct { ... } es_out_id_t::cc |
es_format_t es_out_id_t::fmt |
Referenced by EsOutControlLocked(), EsOutIsProgramVisible(), EsOutProgramSelect(), and EsOutSelect().
uint64_t es_out_id_t::i_bitmap |
int es_out_id_t::i_channel |
Referenced by EsOutSelect().
int es_out_id_t::i_id |
Referenced by EsOutControlLocked(), EsOutIsProgramVisible(), and EsOutSelect().
int es_out_id_t::i_meta_id |
vlc_tick_t es_out_id_t::i_pts_level |
Referenced by EsOutSend().
decoder_t* es_out_id_t::p_dec |
Referenced by EsCreateDecoder(), EsOutControlLocked(), and EsOutSend().
decoder_t* es_out_id_t::p_dec_record |
Referenced by EsOutSend().
es_out_id_t* es_out_id_t::p_es |
Referenced by CmdInitControl().
es_out_id_t* es_out_id_t::p_master |
es_out_pgrm_t* es_out_id_t::p_pgrm |
Referenced by EsOutControlLocked(), EsOutProgramSelect(), EsOutSelect(), and EsOutSend().
es_out_id_t* es_out_id_t::pp_es[64] |
char* es_out_id_t::psz_language |
Referenced by EsOutIsProgramVisible().
char* es_out_id_t::psz_language_code |
Referenced by EsOutSelect().
vlc_fourcc_t es_out_id_t::type |