TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description entry. More...
#include <tsLDT.h>
Public Member Functions | |
Description (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. | |
Description entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::LDT::Description::Description | ( | 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.