15#include <vdr/interface.h>
16#include <vdr/osdbase.h>
17#include <vdr/plugin.h>
18#include <vdr/videodir.h>
242 m_path = cVideoDirectory::Name();
246 m_path = cPlugin::ConfigDirectory(
"softhddevice-drm-gles");
295 m_path = cPlugin::ConfigDirectory(
"softhddevice-drm-gles");
317 Interface->Confirm(
tr(
"Added to Playlist"), 1,
true);
355 if (!
entry->GetNextEntry())
361 "Jump -1 min",
"Jump +1 min",
"End player");
375 cPlugin::ConfigDirectory(
"softhddevice-drm-gles"),
errno);
380 for (
i = 0;
i <
n;
i++) {
416 for (
i = 0;
i <
n;
i++) {
431 for (
i = 0;
i <
n;
i++) {
468 std::string
plPath = cPlugin::ConfigDirectory(
"softhddevice-drm-gles");
static cSoftHdControl * Control()
Output Device Implementation.
void PipChannelSwap(bool)
void PipSwapPosition(void)
void Detach(void)
Detach the device.
void PipChannelChange(int)
void Attach(void)
Attach the device again.
#define LOGDEBUG2
log to LOG_DEBUG and add a prefix
#define LOGERROR
log to LOG_ERR
@ L_MEDIA
mediaplayer logs
static cSoftHdMenu * pSoftHdMenu
Main Menu Instance.
Output Device Header File.