libdvbv5
1.4.0
Library to work with Digital TV streams
|
Describes the format to parse an specific delivery system. More...
#include <dvb-file.h>
Data Fields | |
char * | id |
uint32_t | delsys |
const struct dvb_parse_table * | table |
unsigned int | size |
Describes the format to parse an specific delivery system.
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 163 of file dvb-file.h.
uint32_t dvb_parse_struct::delsys |
Definition at line 165 of file dvb-file.h.
char* dvb_parse_struct::id |
Definition at line 164 of file dvb-file.h.
unsigned int dvb_parse_struct::size |
Definition at line 167 of file dvb-file.h.
const struct dvb_parse_table* dvb_parse_struct::table |
Definition at line 166 of file dvb-file.h.