![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Representation of Download Data Header. More...
#include <tsDSMCCDownloadDataMessage.h>
Public Member Functions | |
| DownloadDataHeader ()=default | |
| Default constructor. | |
| void | clear () |
| Clear values. | |
Public Attributes | |
| uint32_t | download_id = 0 |
| Used to associate the download data messages and the download control messages of a single instance of a download scenario. | |
| uint8_t | dsmcc_type = DSMCC_TYPE_DOWNLOAD_MESSAGE |
| Indicates type of MPEG-2 DSM-CC message. | |
| uint16_t | message_id = DSMCC_MSGID_DDB |
| Indicates type of message which is being passed. | |
| uint8_t | protocol_discriminator = DSMCC_PROTOCOL_DISCRIMINATOR |
| Indicates that the message is MPEG-2 DSM-CC message. | |
Representation of Download Data Header.