TSDuck v3.38-3710
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::DCCT::Term Class Reference

Description of a DCC selection term. More...

#include <tsDCCT.h>

Inheritance diagram for ts::DCCT::Term:
Collaboration diagram for ts::DCCT::Term:

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.
 

Detailed Description

Description of a DCC selection term.

Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".

Constructor & Destructor Documentation

◆ Term()

ts::DCCT::Term::Term ( const AbstractTable table,
uint8_t  type = 0,
uint64_t  id = 0 
)
explicit

Constructor.

Parameters
[in]tableParent DCCT.
[in]typeDCC selection type.
[in]idDCC selection id.

Member Data Documentation

◆ order_hint

size_t ts::AbstractTable::EntryBase::order_hint
inherited

Preferred insertion index when serializing the table or NPOS if unspecified.

This is an informational hint which can be used or ignored.


The documentation for this class was generated from the following file: