desc_t2_delivery.h man page
lib/include/libdvbv5/desc_t2_delivery.h ā Provides the descriptors for the DVB-T2 delivery system descriptor. Ā struct dvb_desc_t2_delivery_subcell_old int dvb_desc_t2_delivery_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_extension_descriptor *ext, void *desc) const unsigned dvbt2_bw [] Provides the descriptors for the DVB-T2 delivery system descriptor. GNU Lesser General Public License version 2.1 (LGPLv2.1) Mauro Carvalho Chehab The descriptor described herein is defined at: Please submit bug reports and patches to linux-media@vger.kernel.org Definition in file desc_t2_delivery.h. converts from internal representation into bandwidth in Hz converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API. converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API. converts from internal representation to string the SISO_MISO field of dvb_desc_t2_delivery:SISO_MISO field. Definition at line 218 of file desc_t2_delivery.h. Generated automatically by Doxygen for libdvbv5 from the source code.Synopsis
#include <libdvbv5/descriptors.h>
Data Structures
Structure to describe transponder subcell extension and frequencies.
struct dvb_desc_t2_delivery_subcell
Structure to describe transponder subcell extension and frequencies.
struct dvb_desc_t2_delivery_cell
Structure to describe transponder cells.
struct dvb_desc_t2_delivery
Structure containing the T2 delivery system descriptor. Functions
Initializes and parses the T2 delivery system descriptor.
void dvb_desc_t2_delivery_print (struct dvb_v5_fe_parms *parms, const struct dvb_extension_descriptor *ext, const void *desc)
Prints the content of the T2 delivery system descriptor.
void dvb_desc_t2_delivery_free (const void *desc)
Frees all data allocated by the T2 delivery system descriptor. Variables
converts from internal representation into bandwidth in Hz
const uint32_t dvbt2_interval []
converts from internal representation into enum fe_guard_interval, as defined at DVBv5 API.
const unsigned dvbt2_transmission_mode []
converts from the descriptor's transmission mode into enum fe_transmit_mode, as defined by DVBv5 API.
const char * siso_miso [4]
converts from internal representation to string the SISO_MISO field of dvb_desc_t2_delivery:SISO_MISO field. Detailed Description
Variable Documentation
const unsigned dvbt2_bw[]
const uint32_t dvbt2_interval[]
const unsigned dvbt2_transmission_mode[]
const char* siso_miso[4]
Author
Info