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

Describes an entire file format. More...

#include <dvb-file.h>

Collaboration diagram for dvb_parse_file:

Data Fields

int has_delsys_id
 
char * delimiter
 
struct dvb_parse_struct formats []
 

Detailed Description

Describes an entire file format.

Parameters
has_delsys_idA non-zero value indicates that the id field at the formats vector should be used
delimiterDelimiters to split entries on the format
formatsA struct dvb_parse_struct vector with the per delivery system parsers. This table should terminate with an empty entry.

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

Field Documentation

char* dvb_parse_file::delimiter

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

struct dvb_parse_struct dvb_parse_file::formats[]

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

int dvb_parse_file::has_delsys_id

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


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