vdr-plugin-softhddevice-drm-gles 1.4.0
Enumerations | Functions
softhdmenu.cpp File Reference

Softhddevice menu class. More...

#include <cstdlib>
#include <sys/stat.h>
#include <string>
#include <fstream>
#include <vdr/interface.h>
#include <vdr/player.h>
#include <vdr/plugin.h>
#include <vdr/videodir.h>
#include "mediaplayer.h"
#include "softhdmenu.h"
#include "softhddevice.h"
#include "logger.h"
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include "misc.h"
#include "videostream.h"
#include "audio.h"
Include dependency graph for softhdmenu.cpp:

Go to the source code of this file.

Enumerations

enum  PipHotkey {
  PIPKEYBASE = 100 , PIPTOGGLEONOFF , PIPCHANNELUP , PIPCHANNELDOWN ,
  PIPCHANNELSWAP , PIPPOSITIONSWAP
}
 

Functions

static cOsdItem * SeparatorName (const char *label)
 Create a seperator item. More...
 
static cOsdItem * SeparatorSpace (void)
 Create a seperator item. More...
 

Detailed Description

Softhddevice menu class.

Definition in file softhdmenu.cpp.

Enumeration Type Documentation

◆ PipHotkey

enum PipHotkey
Enumerator
PIPKEYBASE 
PIPTOGGLEONOFF 
PIPCHANNELUP 
PIPCHANNELDOWN 
PIPCHANNELSWAP 
PIPPOSITIONSWAP 

Definition at line 133 of file softhdmenu.cpp.

Function Documentation

◆ SeparatorName()

static cOsdItem * SeparatorName ( const char *  label)
inlinestatic

Create a seperator item.

Parameters
labeltext inside separator

Definition at line 89 of file softhdmenu.cpp.

Referenced by cSoftHdMenu::MainMenu().

◆ SeparatorSpace()

static cOsdItem * SeparatorSpace ( void  )
inlinestatic

Create a seperator item.

Parameters
labeltext inside separator

Definition at line 99 of file softhdmenu.cpp.

Referenced by cSoftHdMenu::MainMenu().