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

Description of a transport stream. More...

#include <tsAbstractTransportListTable.h>

Inheritance diagram for ts::AbstractTransportListTable::Transport:
Collaboration diagram for ts::AbstractTransportListTable::Transport:

Public Member Functions

 Transport (const AbstractTable *table)
 Constructor.
 

Public Attributes

DescriptorList descs
 List of descriptors for this entry, publicly accessible.
 
size_t order_hint
 Preferred insertion index when serializing the table or NPOS if unspecified.
 
int preferred_section = -1
 Preferred section index for serialization (-1 means no preference).
 

Detailed Description

Description of a transport stream.

The field preferred_section indicates in which section a TS should be preferably serialized. When unspecified for a TS, the corresponding TS description is serialized in an arbitrary section.

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

Constructor & Destructor Documentation

◆ Transport()

ts::AbstractTransportListTable::Transport::Transport ( const AbstractTable table)
explicit

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: