| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
MPEG-TS SDT service table. More...
#include <sdt.h>
| Data Fields | ||
| uint16_t | service_id | |
| uint8_t | EIT_present_following:1 | |
| uint8_t | EIT_schedule:1 | |
| uint8_t | reserved:6 | |
| union { | ||
| uint16_t bitfield | ||
| struct { | ||
| uint16_t desc_length:12 | ||
| uint16_t free_CA_mode:1 | ||
| uint16_t running_status:3 | ||
| } | ||
| }; | ||
| struct dvb_desc * | descriptor | |
| struct dvb_table_sdt_service * | next | |
MPEG-TS SDT service table.
| service_id | service id | 
| EIT_present_following | EIT present following | 
| EIT_schedule | EIT schedule | 
| desc_length | desc length | 
| free_CA_mode | free CA mode | 
| running_status | running status | 
| descriptor | pointer to struct dvb_desc | 
| next | pointer to struct dvb_table_sdt_service | 
This structure is used to store the original SDT service table, converting the integer fields to the CPU endianness.
The undocumented parameters are used only internally by the API and/or are fields that are reserved. They shouldn't be used, as they may change on future API releases.
Everything after dvb_table_sdt_service::descriptor (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.
| union { ... } dvb_table_sdt_service | 
| struct dvb_table_sdt_service* dvb_table_sdt_service::next |