|
VLC 4.0.0-dev
|
Data Fields | |
| ts_cmd_header_t | header |
| int | i_query |
| input_source_t * | in |
| union { | |
| bool b_bool | |
| int i_int | |
| int64_t i_i64 | |
| es_out_id_t * p_es | |
| struct { | |
| int i_int | |
| int64_t i_i64 | |
| } int_i64 | |
| struct { | |
| int i_int | |
| vlc_meta_t * p_meta | |
| } int_meta | |
| struct { | |
| int i_int | |
| vlc_epg_t * p_epg | |
| } int_epg | |
| struct { | |
| int i_int | |
| vlc_epg_event_t * p_evt | |
| } int_epg_evt | |
| struct { | |
| es_out_id_t * p_es | |
| bool b_bool | |
| } es_bool | |
| struct { | |
| es_out_id_t * p_es | |
| es_format_t * p_fmt | |
| } es_fmt | |
| struct { | |
| int i_cat | |
| int i_policy | |
| } es_policy | |
| } | u |
| bool ts_cmd_control_t::b_bool |
Referenced by CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::es_bool |
Referenced by CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::es_fmt |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::es_policy |
Referenced by CmdExecuteControl(), and CmdInitControl().
| ts_cmd_header_t ts_cmd_control_t::header |
Referenced by CmdInitControl().
| int ts_cmd_control_t::i_cat |
Referenced by CmdExecuteControl(), and CmdInitControl().
| int64_t ts_cmd_control_t::i_i64 |
Referenced by CmdExecuteControl(), and CmdInitControl().
| int ts_cmd_control_t::i_int |
Referenced by CmdExecuteControl(), and CmdInitControl().
| int ts_cmd_control_t::i_policy |
Referenced by CmdExecuteControl(), and CmdInitControl().
| int ts_cmd_control_t::i_query |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| input_source_t* ts_cmd_control_t::in |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::int_epg |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::int_epg_evt |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::int_i64 |
Referenced by CmdExecuteControl(), and CmdInitControl().
| struct { ... } ts_cmd_control_t::int_meta |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| vlc_epg_t* ts_cmd_control_t::p_epg |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| es_out_id_t* ts_cmd_control_t::p_es |
Referenced by CmdExecuteControl(), and CmdInitControl().
| vlc_epg_event_t* ts_cmd_control_t::p_evt |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| es_format_t* ts_cmd_control_t::p_fmt |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| vlc_meta_t* ts_cmd_control_t::p_meta |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().
| union { ... } ts_cmd_control_t::u |
Referenced by CmdCleanControl(), CmdExecuteControl(), and CmdInitControl().