TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
OUI entry. More...
#include <tsSSUDataBroadcastIdDescriptor.h>
Public Member Functions | |
Entry (uint32_t oui_=0, uint8_t upd_=0) | |
Constructor. | |
Public Attributes | |
uint32_t | oui = 0 |
OUI, 24 bits. | |
ByteBlock | selector {} |
Selector bytes. | |
uint8_t | update_type = 0 |
Update type, 4 bits. | |
std::optional< uint8_t > | update_version {} |
Update version, 5 bits. | |
OUI entry.
ts::SSUDataBroadcastIdDescriptor::Entry::Entry | ( | uint32_t | oui_ = 0 , |
uint8_t | upd_ = 0 |
||
) |
Constructor.
[in] | oui_ | OUI, 24 bits. |
[in] | upd_ | Update type, 4 bits. |