TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::MGT::TableType Class Reference

Description of a table type. More...

#include <tsMGT.h>

Inheritance diagram for ts::MGT::TableType:
Collaboration diagram for ts::MGT::TableType:

Public Member Functions

 TableType (const AbstractTable *table)
 Constructor.
 

Public Attributes

DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
uint32_t number_bytes = 0
 Size in bytes of the referenced table.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
uint16_t table_type = 0
 Referenced table type (this is not a table id).
 
PID table_type_PID = PID_NULL
 PID carrying this referenced table.
 
uint8_t table_type_version_number = 0
 5 bits, version_number of the referenced table.
 

Detailed Description

Description of a table type.

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

Constructor & Destructor Documentation

◆ TableType()

ts::MGT::TableType::TableType ( const AbstractTable table)
explicit

Constructor.

Parameters
[in]tableParent MGT.

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: