TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Base inner class for table entries with one or more descriptor lists. More...
#include <tsAbstractTable.h>
Public Member Functions | |
EntryBase (size_t order=NPOS) | |
Default constructor. | |
Public Attributes | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
Base inner class for table entries with one or more descriptor lists.
|
inlineexplicit |
Default constructor.
[in] | order | Ordering hint, unspecified by default. |
size_t ts::AbstractTable::EntryBase::order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.