=
{
{
OFFS(chcfg),
"path to channels configuration file",
GF_PROP_NAME,
"$GCFG/channels.conf", NULL, 0},
{
OFFS(dev),
"path to DVB adapter - if first character is a number, this is the device index",
GF_PROP_STRING,
"0", NULL, 0},
{
OFFS(timeout),
"timeout in ms before tune failure",
GF_PROP_UINT,
"5000", NULL, 0},
{
OFFS(csleep),
"config sleep in ms between DiSEqC commands",
GF_PROP_UINT,
"15", NULL, 0},
{
OFFS(csidx),
"committed switch index for DiSEqC",
GF_PROP_UINT,
"0", NULL, 0},
{0}
}
@ GF_FS_ARG_HINT_ADVANCED
Definition: filters.h:2106
@ GF_PROP_STRING
Definition: filters.h:876
@ GF_PROP_STRING_LIST
Definition: filters.h:895
@ GF_PROP_NAME
Definition: filters.h:884
@ GF_PROP_UINT
Definition: filters.h:852
#define OFFS(_n)
Definition: in_dvb4linux.c:785