VLC
3.0.15
|
Data Fields | |
int8_t | i_type |
mtime_t | i_date |
union { | |
ts_cmd_add_t add | |
ts_cmd_del_t del | |
ts_cmd_send_t send | |
ts_cmd_control_t control | |
} | u |
ts_cmd_add_t ts_cmd_t::add |
Referenced by CmdExecuteAdd(), and CmdInitSend().
ts_cmd_control_t ts_cmd_t::control |
ts_cmd_del_t ts_cmd_t::del |
Referenced by CmdExecuteDel(), and CmdInitControl().
mtime_t ts_cmd_t::i_date |
Referenced by CmdExecuteDel(), and CmdExecuteSend().
int8_t ts_cmd_t::i_type |
Referenced by CmdExecuteDel(), and CmdExecuteSend().
ts_cmd_send_t ts_cmd_t::send |
Referenced by CmdExecuteSend(), and CmdInitDel().
union { ... } ts_cmd_t::u |
Referenced by CmdExecuteAdd(), CmdExecuteDel(), CmdExecuteSend(), CmdInitControl(), CmdInitDel(), and CmdInitSend().