libdvbv5
1.4.0
Library to work with Digital TV streams
|
Describes the fields to parse on a file. More...
#include <dvb-file.h>
Data Fields | |
unsigned int | prop |
const char ** | table |
unsigned int | size |
int | mult_factor |
int | has_default_value |
int | default_value |
Describes the fields to parse on a file.
prop | Name of the DVBv5 or libdvbv5 property field |
table | Name of a translation table for string to int conversion |
size | Size of the translation table |
mult_factor | Multiply factor - Used, for example, to multiply the symbol rate read from a DVB-S table by 1000. |
has_default_value | It is different than zero when the property can be optional. In this case, the next field should be present |
default_value | Default value for the optional field |
Definition at line 145 of file dvb-file.h.
int dvb_parse_table::default_value |
Definition at line 151 of file dvb-file.h.
int dvb_parse_table::has_default_value |
Definition at line 150 of file dvb-file.h.
int dvb_parse_table::mult_factor |
Definition at line 149 of file dvb-file.h.
unsigned int dvb_parse_table::prop |
Definition at line 146 of file dvb-file.h.
unsigned int dvb_parse_table::size |
Definition at line 148 of file dvb-file.h.
const char** dvb_parse_table::table |
Definition at line 147 of file dvb-file.h.