![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
#include <tsEASInbandExceptionChannelsDescriptor.h>
Public Member Functions | |
| Entry (uint8_t chan=0, uint16_t prog=0) | |
| Default constructor. | |
Public Attributes | |
| uint16_t | program_number = 0 |
| Program number, aka service id. | |
| uint8_t | RF_channel = 0 |
| RF channel number of the carrier. | |
Exception entry.
| ts::EASInbandExceptionChannelsDescriptor::Entry::Entry | ( | uint8_t | chan = 0, |
| uint16_t | prog = 0 |
||
| ) |
Default constructor.
| [in] | chan | RF channel number of the carrier. |
| [in] | prog | Program number, aka service id. |