libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the service descriptor. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_desc_service |
Structure containing the service descriptor. More... | |
Functions | |
int | dvb_desc_service_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) |
Initializes and parses the service descriptor. More... | |
void | dvb_desc_service_print (struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc) |
Prints the content of the service descriptor. More... | |
void | dvb_desc_service_free (struct dvb_desc *desc) |
Frees all data allocated by the service descriptor. More... | |
Provides the descriptors for the service descriptor.
Definition in file desc_service.h.