![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a data event. More...
#include <tsLTST.h>


Public Member Functions | |
| Data (const AbstractTable *table) | |
| Constructor. | |
Public Attributes | |
| uint16_t | data_id = 0 |
| Data id, 14 bits. | |
| DescriptorList | descs |
| List of descriptors for this entry, publicly accessible. | |
| uint8_t | ETM_location = 0 |
| Location of extended text message, 2 bits. | |
| cn::seconds | length_in_seconds {} |
| Data duration in seconds, 20 bits. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| Time | start_time {} |
| Data start_time. | |
| ATSCMultipleString | title_text {} |
| Multi-lingual event title. | |
Description of a data event.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
inlineexplicit |
Constructor.
| [in] | table | Parent LTST. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.