TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::ERT::Relation Class Reference

Relation entry. More...

#include <tsERT.h>

Inheritance diagram for ts::ERT::Relation:
Collaboration diagram for ts::ERT::Relation:

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.
 

Detailed Description

Relation entry.

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

Constructor & Destructor Documentation

◆ Relation()

ts::ERT::Relation::Relation ( const AbstractTable table)

Constructor.

Parameters
[in]tableParent table.

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: