Description of a table type. More...
Public Member Functions | |
TableType (const AbstractTable *table) | |
Constructor. More... | |
Public Attributes | |
uint32_t | number_bytes |
Size in bytes of the referenced table. | |
uint16_t | table_type |
Referenced table type (this is not a table id). | |
PID | table_type_PID |
PID carrying this referenced table. | |
uint8_t | table_type_version_number |
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. |