![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a table type. More...
#include <tsMGT.h>


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. | |
Description of a table type.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
| [in] | table | Parent MGT. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.