VLC  4.0.0-dev
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
ts_cmd_t Struct Reference
Collaboration diagram for ts_cmd_t:
Collaboration graph
[legend]

Data Fields

int8_t i_type
 
vlc_tick_t i_date
 
union {
   ts_cmd_add_t   add
 
   ts_cmd_del_t   del
 
   ts_cmd_send_t   send
 
   ts_cmd_control_t   control
 
   ts_cmd_privcontrol_t   privcontrol
 
u
 

Field Documentation

◆ add

ts_cmd_add_t ts_cmd_t::add

◆ control

ts_cmd_control_t ts_cmd_t::control

◆ del

ts_cmd_del_t ts_cmd_t::del

Referenced by CmdExecuteDel(), and CmdInitDel().

◆ i_date

vlc_tick_t ts_cmd_t::i_date

◆ i_type

int8_t ts_cmd_t::i_type

◆ privcontrol

ts_cmd_privcontrol_t ts_cmd_t::privcontrol

◆ send

ts_cmd_send_t ts_cmd_t::send

◆ u

union { ... } ts_cmd_t::u

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