![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a DCC selection term. More...
#include <tsDCCT.h>


Public Member Functions | |
| Term (const AbstractTable *table, uint8_t type=0, uint64_t id=0) | |
| Constructor. | |
Public Attributes | |
| uint64_t | dcc_selection_id = 0 |
| DCC selection id. | |
| uint8_t | dcc_selection_type = 0 |
| DCC selection type. | |
| 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. | |
Description of a DCC selection term.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
| [in] | table | Parent DCCT. |
| [in] | type | DCC selection type. |
| [in] | id | DCC selection id. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.