libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Provides the descriptors for SDT MPEG-TS table. More...
Go to the source code of this file.
Data Structures | |
struct | dvb_table_sdt_service |
MPEG-TS SDT service table. More... | |
struct | dvb_table_sdt |
MPEG-TS SDT table. More... | |
Macros | |
#define | DVB_TABLE_SDT |
SDT table ID. More... | |
#define | DVB_TABLE_SDT2 |
SDT table ID (alternative table ID) More... | |
#define | DVB_TABLE_SDT_PID |
SDT Program ID. More... | |
#define | dvb_sdt_service_foreach(_service, _sdt) |
Macro used to find services on a SDT table. More... | |
Functions | |
ssize_t | dvb_table_sdt_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct dvb_table_sdt **table) |
Initializes and parses SDT table. More... | |
void | dvb_table_sdt_free (struct dvb_table_sdt *table) |
Frees all data allocated by the SDT table parser. More... | |
void | dvb_table_sdt_print (struct dvb_v5_fe_parms *parms, struct dvb_table_sdt *table) |
Prints the content of the SDT table. More... | |
Provides the descriptors for SDT MPEG-TS table.
Definition in file sdt.h.