libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
Provides the descriptors for PAT MPEG-TS table. More...
Go to the source code of this file.
Data Structures | |
struct | dvb_table_pat_program |
MPEG-TS PAT program table. More... | |
struct | dvb_table_pat |
MPEG-TS PAT table. More... | |
Macros | |
#define | DVB_TABLE_PAT |
PAT table ID. | |
#define | DVB_TABLE_PAT_PID |
PAT Program ID. | |
#define | dvb_pat_program_foreach(_pgm, _pat) |
Macro used to find programs on a PAT table. | |
Functions | |
ssize_t | dvb_table_pat_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct dvb_table_pat **table) |
Initializes and parses PAT table. | |
void | dvb_table_pat_free (struct dvb_table_pat *table) |
Frees all data allocated by the PAT table parser. | |
void | dvb_table_pat_print (struct dvb_v5_fe_parms *parms, struct dvb_table_pat *table) |
Prints the content of the PAT table. | |
Provides the descriptors for PAT MPEG-TS table.
Definition in file pat.h.