libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
Provides the MPEG TS table headers. More...
#include <stdint.h>
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_ts_packet_header |
Header of a MPEG-TS transport packet. More... | |
struct | dvb_table_header |
Header of a MPEG-TS table. More... | |
Functions | |
void | dvb_table_header_init (struct dvb_table_header *header) |
Initializes and parses MPEG-TS table header. | |
void | dvb_table_header_print (struct dvb_v5_fe_parms *parms, const struct dvb_table_header *header) |
Prints the content of the MPEG-TS table header. | |
Provides the MPEG TS table headers.
Definition in file header.h.