|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
Main Plugin Interface. 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.6.2" 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 Interface.
This file defines cPluginSoftHdDevice, which is the main class for initializing the plugin itselft.
Definition in file softhddevice-drm-gles.cpp.
| VDRPLUGINCREATOR | ( | cPluginSoftHdDevice | ) |