| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
MPEG-TS SDT table. More...
#include <sdt.h>
| Data Fields | |
| struct dvb_table_header | header | 
| uint16_t | network_id | 
| uint8_t | reserved | 
| struct dvb_table_sdt_service * | service | 
MPEG-TS SDT table.
| header | struct dvb_table_header content | 
| network_id | network id | 
| service | pointer to struct dvb_table_sdt_service | 
This structure is used to store the original SDT 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 (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.
| struct dvb_table_header dvb_table_sdt::header | 
| struct dvb_table_sdt_service* dvb_table_sdt::service |