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

Description of a channel change test. More...

#include <tsDCCT.h>

Inheritance diagram for ts::DCCT::Test:
Collaboration diagram for ts::DCCT::Test:

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.
 

Detailed Description

Description of a channel change test.

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

Constructor & Destructor Documentation

◆ Test()

ts::DCCT::Test::Test ( const AbstractTable table,
DCCContext  ctx = temporary_retune 
)
explicit

Constructor.

Parameters
[in]tableParent DCCT.
[in]ctxDCC context.

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: