|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
#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 |
Definition at line 37 of file mediaplayer.h.
| cPlaylistEntry::cPlaylistEntry | ( | std::string | path | ) |
Builds the playlist entry from a file name.
| path | full path name to the file |
Definition at line 52 of file mediaplayer.cpp.
References m_file, m_folder, m_path, and m_subFolder.
|
inline |
Definition at line 43 of file mediaplayer.h.
References m_pNextEntry.
Referenced by cSoftHdPlayer::Action(), cSoftHdMenu::PlayListMenu(), cSoftHdPlayer::SetEntry(), and cSoftHdPlayer::~cSoftHdPlayer().
|
inline |
Definition at line 45 of file mediaplayer.h.
References m_path.
Referenced by cSoftHdPlayer::Action(), and cSoftHdControl::ShowProgress().
| std::string cPlaylistEntry::OsdItemString | ( | void | ) |
Compose a full-path-string for the OSD entry.
Definition at line 67 of file mediaplayer.cpp.
References m_file, m_folder, and m_subFolder.
Referenced by cSoftHdMenu::PlayListMenu().
|
inline |
Definition at line 44 of file mediaplayer.h.
References m_pNextEntry.
Referenced by cSoftHdPlayer::ReadPlaylist().
|
private |
Definition at line 48 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().
|
private |
Definition at line 50 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().
|
private |
Definition at line 47 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and GetPath().
|
private |
Definition at line 51 of file mediaplayer.h.
Referenced by GetNextEntry(), and SetNextEntry().
|
private |
Definition at line 49 of file mediaplayer.h.
Referenced by cPlaylistEntry(), and OsdItemString().