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

Describes the format to parse an specific delivery system. More...

#include <dvb-file.h>

Collaboration diagram for dvb_parse_struct:

Data Fields

char * id
 
uint32_t delsys
 
const struct dvb_parse_tabletable
 
unsigned int size
 

Detailed Description

Describes the format to parse an specific delivery system.

Parameters
idString that identifies the delivery system on the file to be parsed
delsysDelivery system
tablethe struct dvb_parse_table used to parse for this specific delivery system
sizeSize of the table

Definition at line 181 of file dvb-file.h.

Field Documentation

uint32_t dvb_parse_struct::delsys

Definition at line 183 of file dvb-file.h.

char* dvb_parse_struct::id

Definition at line 182 of file dvb-file.h.

unsigned int dvb_parse_struct::size

Definition at line 185 of file dvb-file.h.

const struct dvb_parse_table* dvb_parse_struct::table

Definition at line 184 of file dvb-file.h.


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