vdr-plugin-softhddevice-drm-gles 1.6.2
softhddevice-drm-gles.cpp File Reference

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 charSVDRPHelpText []
 SVDRP commands help text.
 

Detailed Description

Main Plugin Interface.

This file defines cPluginSoftHdDevice, which is the main class for initializing the plugin itselft.

Definition in file softhddevice-drm-gles.cpp.

Function Documentation

◆ VDRPLUGINCREATOR()

VDRPLUGINCREATOR ( cPluginSoftHdDevice  )