|
libdvbpsi
1.3.0
|
ATSC EIT Event structure. More...

Data Fields | |
| uint16_t | i_event_id |
| uint32_t | i_start_time |
| uint8_t | i_etm_location |
| uint32_t | i_length_seconds |
| uint8_t | i_title_length |
| uint8_t | i_title [256] |
| dvbpsi_descriptor_t * | p_first_descriptor |
| struct dvbpsi_atsc_eit_event_s * | p_next |
ATSC EIT Event structure.
This structure is used to store decoded event information.
Extended Text Message location.
| uint16_t dvbpsi_atsc_eit_event_s::i_event_id |
Event ID
Length of program in seconds.
Start time in GPS seconds
| uint8_t dvbpsi_atsc_eit_event_s::i_title[256] |
Title in multiple string structure format.
Length of the title in bytes
First descriptor structure.
Next event information structure.
1.7.6.1