libdvbv5  1.4.0
Library to work with Digital TV streams
Data Fields
dvb_descriptor Struct Reference

Contains the parser information for the MPEG-TS parser code. More...

#include <descriptors.h>

Collaboration diagram for dvb_descriptor:
Collaboration graph
[legend]

Data Fields

const char * name
 
dvb_desc_init_func init
 
dvb_desc_print_func print
 
dvb_desc_free_func free
 
ssize_t size
 

Detailed Description

Contains the parser information for the MPEG-TS parser code.

Parameters
nameString containing the name of the descriptor
initPointer to a function to initialize the descriptor parser. This function fills the descriptor-specific internal structures
printPrints the content of the descriptor
freeFrees all memory blocks allocated by the init function
sizeDescriptor's size, in bytes.

Definition at line 195 of file descriptors.h.

Field Documentation

dvb_desc_free_func dvb_descriptor::free

Definition at line 199 of file descriptors.h.

dvb_desc_init_func dvb_descriptor::init

Definition at line 197 of file descriptors.h.

const char* dvb_descriptor::name

Definition at line 196 of file descriptors.h.

dvb_desc_print_func dvb_descriptor::print

Definition at line 198 of file descriptors.h.

ssize_t dvb_descriptor::size

Definition at line 200 of file descriptors.h.


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