|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Main plugin class. More...
#include <vdr/player.h>#include <vdr/plugin.h>#include "logger.h"#include "softhddevice-drm-gles.h"#include "config.h"#include "mediaplayer.h"#include "softhddevice.h"#include "softhdmenu.h"#include "softhdsetupmenu.h"Go to the source code of this file.
Functions | |
| VDRPLUGINCREATOR (cPluginSoftHdDevice) | |
Variables | |
| static const char *const | VERSION = "1.5.9" 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 char * | SVDRPHelpText [] |
| SVDRP commands help text. | |
Main plugin class.
This file defines cPluginSoftHdDevice, which is the main class for initializing the plugin itselft.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file softhddevice-drm-gles.cpp.
| VDRPLUGINCREATOR | ( | cPluginSoftHdDevice | ) |
|
static |
vdr-plugin description.
Definition at line 45 of file softhddevice-drm-gles.cpp.
Referenced by cPluginSoftHdDevice::Description().
|
static |
what is displayed in the main menu entry
Definition at line 48 of file softhddevice-drm-gles.cpp.
Referenced by cPluginSoftHdDevice::MainMenuEntry().
|
static |
SVDRP commands help text.
Definition at line 231 of file softhddevice-drm-gles.cpp.
Referenced by cPluginSoftHdDevice::SVDRPHelpPages().
|
static |
vdr-plugin version number Makefile extracts the version number for generating the file name for the distribution archive.
Definition at line 41 of file softhddevice-drm-gles.cpp.
Referenced by cPluginSoftHdDevice::Version().