vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
softhddevice-drm-gles.cpp File Reference

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.
 

Detailed Description

Main plugin class.

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  )

Variable Documentation

◆ DESCRIPTION

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

vdr-plugin description.

Definition at line 45 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 48 of file softhddevice-drm-gles.cpp.

Referenced by cPluginSoftHdDevice::MainMenuEntry().

◆ 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",
NULL
}

SVDRP commands help text.

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

Referenced by cPluginSoftHdDevice::SVDRPHelpPages().

◆ VERSION

const char* const VERSION = "1.5.9" GIT_DESCRIBE
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().