TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of a service exception for the alert. More...
#include <tsCableEmergencyAlertTable.h>
Public Member Functions | |
Exception (uint16_t major, uint16_t minor) | |
Constructor for an in-band id. | |
Exception (uint16_t oob=0) | |
Constructor. | |
Description of a service exception for the alert.
ts::CableEmergencyAlertTable::Exception::Exception | ( | uint16_t | oob = 0 | ) |
Constructor.
[in] | oob | Id of out-of-band service. |
ts::CableEmergencyAlertTable::Exception::Exception | ( | uint16_t | major, |
uint16_t | minor | ||
) |
Constructor for an in-band id.
[in] | major | 10 bits, major channel id. |
[in] | minor | 10 bits, minor channel id. |