TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Description of a channel change test. More...
#include <tsDCCT.h>
Public Member Functions | |
Test (const AbstractTable *table, DCCContext ctx=temporary_retune) | |
Constructor. | |
Public Attributes | |
DCCContext | dcc_context |
DCC context. | |
Time | dcc_end_time |
End time. | |
uint16_t | dcc_from_major_channel_number |
From major channel number. | |
uint16_t | dcc_from_minor_channel_number |
From minor channel number. | |
Time | dcc_start_time |
Start time. | |
uint16_t | dcc_to_major_channel_number |
To major channel number. | |
uint16_t | dcc_to_minor_channel_number |
To minor channel number. | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
TermList | terms |
List of DCC selection terms. | |
Description of a channel change test.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
[in] | table | Parent DCCT. |
[in] | ctx | DCC context. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.