dvb_parse_struct - Man Page

Describes the format to parse an specific delivery system.

Synopsis

#include <dvb-file.h>

Data Fields

char * id
uint32_t delsys
const struct dvb_parse_table * table
unsigned int size

Detailed Description

Describes the format to parse an specific delivery system.

Parameters

id String that identifies the delivery system on the file to be parsed
delsys Delivery system
table the struct dvb_parse_table used to parse for this specific delivery system
size Size of the table

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

Field Documentation

uint32_t dvb_parse_struct::delsys

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

char* dvb_parse_struct::id

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

unsigned int dvb_parse_struct::size

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

const struct dvb_parse_table* dvb_parse_struct::table

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

Author

Generated automatically by Doxygen for libdvbv5 from the source code.

Info

Version 1.26.1 libdvbv5