libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_ext_descriptor Struct Reference

Structure that describes the parser functions for the extended descriptors. More...

#include <desc_extension.h>

Collaboration diagram for dvb_ext_descriptor:

Data Fields

const char * name
 
dvb_desc_ext_init_func init
 
dvb_desc_ext_print_func print
 
dvb_desc_ext_free_func free
 
ssize_t size
 

Detailed Description

Structure that describes the parser functions for the extended descriptors.

Works on a similar way as struct dvb_descriptor.

Parameters
namename of the descriptor
initinit dvb_desc_ext_init_func pointer
printprint dvb_desc_ext_print_func pointer
freefree dvb_desc_ext_free_func pointer
sizesize of the descriptor

Definition at line 171 of file desc_extension.h.

Field Documentation

dvb_desc_ext_free_func dvb_ext_descriptor::free

Definition at line 175 of file desc_extension.h.

dvb_desc_ext_init_func dvb_ext_descriptor::init

Definition at line 173 of file desc_extension.h.

const char* dvb_ext_descriptor::name

Definition at line 172 of file desc_extension.h.

dvb_desc_ext_print_func dvb_ext_descriptor::print

Definition at line 174 of file desc_extension.h.

ssize_t dvb_ext_descriptor::size

Definition at line 176 of file desc_extension.h.


The documentation for this struct was generated from the following file: