vdr-plugin-softhddevice-drm-gles 1.6.2
cPlaylistEntry Class Reference

Playlist Entry. More...

#include <mediaplayer.h>

Public Member Functions

 cPlaylistEntry (std::string)
 Builds the playlist entry from a file name.
 
std::string OsdItemString (void)
 Compose a full-path-string for the OSD entry.
 
cPlaylistEntryGetNextEntry (void)
 
void SetNextEntry (cPlaylistEntry *entry)
 
std::string GetPath (void)
 

Private Attributes

std::string m_path
 
std::string m_file
 
std::string m_subFolder
 
std::string m_folder
 
cPlaylistEntrym_pNextEntry = nullptr
 

Detailed Description

Playlist Entry.

Definition at line 33 of file mediaplayer.h.

Member Function Documentation

◆ GetNextEntry()

cPlaylistEntry * cPlaylistEntry::GetNextEntry ( void  )
inline

Definition at line 38 of file mediaplayer.h.

References m_pNextEntry.

Referenced by cSoftHdPlayer::Action().

◆ GetPath()

std::string cPlaylistEntry::GetPath ( void  )
inline

Definition at line 40 of file mediaplayer.h.

References m_path.

Referenced by cSoftHdPlayer::Action().

◆ SetNextEntry()

void cPlaylistEntry::SetNextEntry ( cPlaylistEntry entry)
inline

Definition at line 39 of file mediaplayer.h.

References m_pNextEntry.

Member Data Documentation

◆ m_file

std::string cPlaylistEntry::m_file
private

Definition at line 43 of file mediaplayer.h.

Referenced by cPlaylistEntry(), and OsdItemString().

◆ m_folder

std::string cPlaylistEntry::m_folder
private

Definition at line 45 of file mediaplayer.h.

Referenced by cPlaylistEntry(), and OsdItemString().

◆ m_path

std::string cPlaylistEntry::m_path
private

Definition at line 42 of file mediaplayer.h.

Referenced by cPlaylistEntry(), and GetPath().

◆ m_pNextEntry

cPlaylistEntry* cPlaylistEntry::m_pNextEntry = nullptr
private

Definition at line 46 of file mediaplayer.h.

Referenced by GetNextEntry(), and SetNextEntry().

◆ m_subFolder

std::string cPlaylistEntry::m_subFolder
private

Definition at line 44 of file mediaplayer.h.

Referenced by cPlaylistEntry(), and OsdItemString().


The documentation for this class was generated from the following files: