desc_cable_delivery.h man page
lib/include/libdvbv5/desc_cable_delivery.h ā Provides the descriptors for the cable delivery system descriptor. Ā struct dvb_desc_cable_delivery int dvb_desc_cable_delivery_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) const unsigned dvbc_modulation_table [] Provides the descriptors for the cable delivery system descriptor. GNU Lesser General Public License version 2.1 (LGPLv2.1) Mauro Carvalho Chehab Andre Roth The descriptor described herein is defined at: Please submit bug reports and patches to linux-media@vger.kernel.org Definition in file desc_cable_delivery.h. converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API. converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API. Generated automatically by Doxygen for libdvbv5 from the source code.Synopsis
#include <libdvbv5/descriptors.h>
Data Structures
Structure containing the cable delivery system descriptor. Functions
Initializes and parses the service location descriptor.
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. Variables
converts from the descriptor's modulation into enum fe_modulation, as defined by DVBv5 API.
const unsigned dvbc_fec_table []
converts from the descriptor's FEC into enum fe_code_rate, as defined by DVBv5 API. Detailed Description
Variable Documentation
const unsigned dvbc_fec_table[]
const unsigned dvbc_modulation_table[]
Author
Info