VLC 4.0.0-dev
|
Data Fields | ||
ts_cmd_header_t | header | |
es_out_id_t * | p_es | |
union { | ||
block_t * p_block | ||
int i_offset | ||
}; | ||
union { ... } ts_cmd_send_t |
ts_cmd_header_t ts_cmd_send_t::header |
Referenced by CmdInitSend().
int ts_cmd_send_t::i_offset |
Referenced by TsStoragePopCmd(), and TsStoragePushCmd().
block_t* ts_cmd_send_t::p_block |
Referenced by CmdCleanSend(), CmdExecuteSend(), CmdInitSend(), TsStorageIsFull(), TsStoragePopCmd(), and TsStoragePushCmd().
es_out_id_t* ts_cmd_send_t::p_es |
Referenced by CmdExecuteSend(), and CmdInitSend().