| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
Structure that describes the parser functions for the extended descriptors. More...
#include <desc_extension.h>
| Data Fields | |
| const char * | name | 
| dvb_desc_ext_init_func | init | 
| dvb_desc_ext_print_func | |
| dvb_desc_ext_free_func | free | 
| ssize_t | size | 
Structure that describes the parser functions for the extended descriptors.
Works on a similar way as struct dvb_descriptor.
| name | name of the descriptor | 
| init | init dvb_desc_ext_init_func pointer | 
| print dvb_desc_ext_print_func pointer | |
| free | free dvb_desc_ext_free_func pointer | 
| size | size of the descriptor | 
Definition at line 170 of file desc_extension.h.
| dvb_desc_ext_free_func dvb_ext_descriptor::free | 
Definition at line 174 of file desc_extension.h.
| dvb_desc_ext_init_func dvb_ext_descriptor::init | 
Definition at line 172 of file desc_extension.h.
| const char* dvb_ext_descriptor::name | 
Definition at line 171 of file desc_extension.h.
| dvb_desc_ext_print_func dvb_ext_descriptor::print | 
Definition at line 173 of file desc_extension.h.
| ssize_t dvb_ext_descriptor::size | 
Definition at line 175 of file desc_extension.h.