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


Public Member Functions | |
| Event (const AbstractTable *table) | |
| Constructor. | |
Public Attributes | |
| cn::seconds | duration {} |
| Event duration in seconds, 20 bits. | |
| uint16_t | event_id = 0 |
| Event id, 14 bits. | |
| bool | off_air = false |
| Service is off air during event. | |
| Time | start_time {} |
| Event 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 AEIT. |