TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Local event entry. More...
#include <tsLIT.h>
Public Member Functions | |
Event (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint16_t | local_event_id = 0 |
Content version. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
Local event entry.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::LIT::Event::Event | ( | 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.