TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Representation of an SCTE 35 private_command() structure. More...
#include <tsSCTE35.h>
Public Member Functions | |
SplicePrivateCommand (uint32_t id=0) | |
Constructor. | |
Public Attributes | |
uint32_t | identifier = 0 |
SMPTE identifier. | |
ByteBlock | private_bytes {} |
Private command content. | |
Representation of an SCTE 35 private_command() structure.
|
inline |
Constructor.
[in] | id | SMPTE identifier. |