vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
Mediaplayer

Mediaplayer Related Stuff. More...

Classes

class  cPlaylistEntry
 Playlist Entry. More...
 
class  cSoftHdPlayer
 Media Player. More...
 
class  cSoftHdControl
 Media Player Control. More...
 

Functions

static bool IsM3UPlaylist (char *source)
 Returns true, if the playlist is a m3u playlist.
 

Variables

static cSoftHdControlcSoftHdControl::m_pControl = NULL
 Control instance.
 
static cSoftHdPlayercSoftHdControl::m_pPlayer = NULL
 

Detailed Description

Mediaplayer Related Stuff.

Function Documentation

◆ IsM3UPlaylist()

static bool IsM3UPlaylist ( char source)
static

Returns true, if the playlist is a m3u playlist.

Parameters
sourcefile or playlist to be played

Definition at line 83 of file mediaplayer.cpp.

Referenced by cSoftHdPlayer::Action(), and cSoftHdPlayer::cSoftHdPlayer().

Variable Documentation

◆ m_pControl

cSoftHdControl * cSoftHdControl::m_pControl = NULL
staticprivate

Control instance.

Definition at line 119 of file mediaplayer.h.

Referenced by cSoftHdControl::Control(), cSoftHdControl::cSoftHdControl(), and cSoftHdControl::~cSoftHdControl().

◆ m_pPlayer

cSoftHdPlayer * cSoftHdControl::m_pPlayer = NULL
staticprivate