|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
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. | |
| cPlaylistEntry * | GetNextEntry (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 |
| cPlaylistEntry * | m_pNextEntry = nullptr |
Playlist Entry.
Definition at line 33 of file mediaplayer.h.
|
inline |
Definition at line 38 of file mediaplayer.h.
References m_pNextEntry.
Referenced by cSoftHdPlayer::Action().
|
inline |
Definition at line 40 of file mediaplayer.h.
References m_path.
Referenced by cSoftHdPlayer::Action().
|
inline |
Definition at line 39 of file mediaplayer.h.
References m_pNextEntry.
|
private |
Definition at line 43 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().
|
private |
Definition at line 45 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().
|
private |
Definition at line 42 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and GetPath().
|
private |
Definition at line 46 of file mediaplayer.h.
Referenced by GetNextEntry(), and SetNextEntry().
|
private |
Definition at line 44 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().