|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
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"
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... | |
Softhddevice menu class.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file softhdmenu.cpp.
| enum PipHotkey |
| Enumerator | |
|---|---|
| PIPKEYBASE | |
| PIPTOGGLEONOFF | |
| PIPCHANNELUP | |
| PIPCHANNELDOWN | |
| PIPCHANNELSWAP | |
| PIPPOSITIONSWAP | |
Definition at line 133 of file softhdmenu.cpp.
|
inlinestatic |
Create a seperator item.
| label | text inside separator |
Definition at line 89 of file softhdmenu.cpp.
Referenced by cSoftHdMenu::MainMenu().
|
inlinestatic |
Create a seperator item.
| label | text inside separator |
Definition at line 99 of file softhdmenu.cpp.
Referenced by cSoftHdMenu::MainMenu().