vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
Main Plugin

Main Plugin Interface. More...

Classes

class  cPluginSoftHdDevice
 Main Plugin Class. More...
 

Variables

static const char *const VERSION = "1.6.4" GIT_DESCRIBE
 vdr-plugin version number Makefile extracts the version number for generating the file name for the distribution archive.
 
static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device")
 vdr-plugin description.
 
static const char *const MAINMENUENTRY = trNOOP("Softhddevice")
 what is displayed in the main menu entry
 
static const charSVDRPHelpText []
 SVDRP commands help text.
 
static cSoftHdMenucSoftHdMenu::pSoftHdMenu = NULL
 Main Menu Instance.
 

Detailed Description

Main Plugin Interface.

Variable Documentation

◆ DESCRIPTION

const char* const DESCRIPTION = trNOOP("A software and GPU emulated HD device")
static

vdr-plugin description.

Definition at line 42 of file softhddevice-drm-gles.cpp.

Referenced by cPluginSoftHdDevice::Description().

◆ MAINMENUENTRY

const char* const MAINMENUENTRY = trNOOP("Softhddevice")
static

what is displayed in the main menu entry

Definition at line 45 of file softhddevice-drm-gles.cpp.

Referenced by cPluginSoftHdDevice::MainMenuEntry().

◆ pSoftHdMenu

cSoftHdMenu * cSoftHdMenu::pSoftHdMenu = NULL
static

Main Menu Instance.

Definition at line 47 of file softhdmenu.h.

Referenced by cSoftHdMenu::cSoftHdMenu(), cSoftHdMenu::Menu(), and cSoftHdMenu::~cSoftHdMenu().

◆ SVDRPHelpText

const char* SVDRPHelpText[]
static
Initial value:
= {
"PLAY Url\n" " Play the media from the given url.\n",
"DETA\n" " Detach the plugin.\n",
"ATTA\n" " Attach the plugin.\n",
"STAT\n" " Get attached/detached status.\n"
" ATTACHED -> 910\n"
" DETACHED -> 911\n",
"PION\n" " Enable picture-in-picture.\n",
"PIOF\n" " Disable picture-in-picture.\n",
"PITO\n" " Toggle picture-in-picture.\n",
"PIPU\n" " Pip channel up.\n",
"PIPD\n" " Pip channel down.\n",
"PIPC\n" " Pip swap channels.\n",
"PIPS\n" " Pip switch main stream to pip channel and close pip.\n",
"PIIP\n" " Pip swap positions.\n",
}

SVDRP commands help text.

Definition at line 231 of file softhddevice-drm-gles.cpp.

Referenced by cPluginSoftHdDevice::SVDRPHelpPages().

◆ VERSION

const char* const VERSION = "1.6.4" GIT_DESCRIBE
static

vdr-plugin version number Makefile extracts the version number for generating the file name for the distribution archive.

Definition at line 38 of file softhddevice-drm-gles.cpp.

Referenced by cPluginSoftHdDevice::Version().