= {
.name = "dvbin",
GF_FS_SET_HELP(
"Experimental DVB support for linux, requires a channel config file through [-chcfg]()\n"
" \n"
"The URL syntax is `dvb://CHANNAME[@FRONTEND]`, with:\n"
" - CHANNAME: the channel name as listed in the channel config file\n"
" - frontend: the index of the DVB adapter to use (optional, default is 0)\n"
)
}
#define GF_FS_SET_HELP(_help)
Definition: filters.h:2372
@ GF_FS_CLASS_MM_IO
Definition: filters.h:2447
static GF_Err dvblin_process(GF_Filter *filter)
Definition: in_dvb4linux.c:392
static const GF_FilterArgs DVBLinuxArgs[]
Definition: in_dvb4linux.c:405