TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of an event. More...
#include <tsATSCEIT.h>
Public Member Functions | |
Event (const AbstractTable *table) | |
Constructor. | |
Public Attributes | |
uint8_t | ETM_location = 0 |
Location of extended text message, 2 bits. | |
uint16_t | event_id = 0 |
Event id, 14 bits. | |
cn::seconds | length_in_seconds {} |
Event duration in seconds, 20 bits. | |
Time | start_time {} |
Event start_time. | |
ATSCMultipleString | title_text {} |
Multi-lingual event title. | |
Description of an event.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
ts::ATSCEIT::Event::Event | ( | const AbstractTable * | table | ) |
Constructor.
[in] | table | Parent EIT. |