TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of a transport stream. More...
#include <tsAbstractTransportListTable.h>
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). | |
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".
|
explicit |
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.