|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
Media Player Control. More...
#include <mediaplayer.h>
Public Member Functions | |
| cSoftHdControl (const char *, cSoftHdDevice *) | |
| Create a new control interface and corresponding player. | |
| virtual | ~cSoftHdControl () |
| virtual void | Hide (void) |
| Close the replay OSD. | |
| virtual eOSState | ProcessKey (eKeys) |
| Handle a key event. | |
| void | Close (void) |
Static Public Member Functions | |
| static cSoftHdControl * | Control () |
| static cSoftHdPlayer * | Player () |
Private Member Functions | |
| void | ShowProgress () |
| Open the replay OSD. | |
Private Attributes | |
| cSkinDisplayReplay * | m_pOsd = nullptr |
| cSoftHdDevice * | m_pDevice |
| bool | m_closing = false |
Static Private Attributes | |
| static cSoftHdControl * | m_pControl = NULL |
| static cSoftHdPlayer * | m_pPlayer = NULL |
Media Player Control.
Definition at line 100 of file mediaplayer.h.
Definition at line 109 of file mediaplayer.h.
References m_closing.
|
inlinestatic |
Definition at line 107 of file mediaplayer.h.
References m_pControl.
Referenced by cSoftHdPlayer::Action(), cSoftHdMenu::cSoftHdMenu(), cSoftHdMenu::PlayListMenu(), cSoftHdMenu::PlayMedia(), and cSoftHdMenu::ProcessKey().
|
inlinestatic |
Definition at line 108 of file mediaplayer.h.
References m_pPlayer.
Definition at line 118 of file mediaplayer.h.
Referenced by Close(), and ProcessKey().
|
private |
Definition at line 117 of file mediaplayer.h.
Referenced by ProcessKey().
|
private |
Definition at line 116 of file mediaplayer.h.
Referenced by Hide(), ProcessKey(), and ShowProgress().