libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the cable delivery system descriptor. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_desc_cable_delivery |
Structure containing the cable delivery system descriptor. More... | |
Functions | |
int | dvb_desc_cable_delivery_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) |
Initializes and parses the service location descriptor. More... | |
void | dvb_desc_cable_delivery_print (struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc) |
Prints the content of the service location descriptor. More... | |
Variables | |
const unsigned | dvbc_modulation_table [] |
converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API. More... | |
const unsigned | dvbc_fec_table [] |
converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API. More... | |
Provides the descriptors for the cable delivery system descriptor.
Definition in file desc_cable_delivery.h.
const unsigned dvbc_fec_table[] |
converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API.
const unsigned dvbc_modulation_table[] |
converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.