10 #include <vdr/plugin.h> 14 static const char *
DESCRIPTION =
"SD Full Featured DVB device";
40 return " -o --outputonly do not receive, just use as output device\n";
45 static struct option long_options[] = {
46 {
"outputonly", no_argument, NULL,
'o' },
47 { NULL, no_argument, NULL, 0 }
51 while ((c = getopt_long(argc, argv,
"o", long_options, NULL)) != -1) {
55 default:
return false;
cDvbSdFfDeviceProbe * probe
static const char * DESCRIPTION
virtual const char * Version(void)
virtual ~cPluginDvbsddevice()
void SetOutputOnly(bool On)
virtual bool ProcessArgs(int argc, char *argv[])
static const char * VERSION
virtual const char * Description(void)
virtual const char * CommandLineHelp(void)
VDRPLUGINCREATOR(cPluginDvbsddevice)