libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the ISDB partial reception descriptor. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | isdb_partial_reception_service_id |
Service ID that uses partial reception. More... | |
struct | isdb_desc_partial_reception |
Structure containing the partial reception descriptor. More... | |
Functions | |
int | isdb_desc_partial_reception_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) |
Initializes and parses the ISDB-T partial reception descriptor. More... | |
void | isdb_desc_partial_reception_print (struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc) |
Prints the content of the ISDB-T partial reception descriptor. More... | |
void | isdb_desc_partial_reception_free (struct dvb_desc *desc) |
Frees all data allocated by the ISDB-T partial reception descriptor. More... | |
Provides the descriptors for the ISDB partial reception descriptor.
Definition in file desc_partial_reception.h.