libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the extension descriptor. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_extension_descriptor |
Structure containing the extended descriptors. More... | |
struct | dvb_ext_descriptor |
Structure that describes the parser functions for the extended descriptors. More... | |
Typedefs | |
typedef int(* | dvb_desc_ext_init_func) (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_extension_descriptor *ext, void *desc) |
Function prototype for the extended descriptors parsing init code. | |
typedef void(* | dvb_desc_ext_print_func) (struct dvb_v5_fe_parms *parms, const struct dvb_extension_descriptor *ext, const void *desc) |
Function prototype for the extended descriptors parsing print code. | |
typedef void(* | dvb_desc_ext_free_func) (const void *desc) |
Function prototype for the extended descriptors parsing free code. | |
Functions | |
int | dvb_extension_descriptor_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) |
Initializes and parses the extended descriptor. | |
void | dvb_extension_descriptor_print (struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc) |
Prints the content of the extended descriptor. | |
void | dvb_extension_descriptor_free (struct dvb_desc *desc) |
Frees all data allocated by the extended descriptor. | |
Provides the descriptors for the extension descriptor.
The extension descriptor is used to extend the 8-bit namespace of the descriptor_tag field.
Definition in file desc_extension.h.
Definition at line 89 of file desc_extension.h.