TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
#include <tsERT.h>
Public Member Functions | |
Relation (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
uint8_t | collection_mode = 0 |
4 bits, collection mode. | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint16_t | node_id = 0 |
Node id. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
uint16_t | parent_node_id = 0 |
Parent node id. | |
uint8_t | reference_number = 0 |
Reference number. | |
Relation entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::ERT::Relation::Relation | ( | const AbstractTable * | table | ) |
Constructor.
[in] | table | Parent table. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.