MPD
0.20.18
|
#include <PrefixedLightSong.hxx>
Public Member Functions | |
PrefixedLightSong (const LightSong &song, const char *base) | |
![]() | |
gcc_pure std::string | GetURI () const noexcept |
gcc_pure SignedSongTime | GetDuration () const noexcept |
Additional Inherited Members | |
![]() | |
const char * | directory |
If this is not nullptr, then it denotes a prefix for the uri. More... | |
const char * | uri |
const char * | real_uri |
The "real" URI, the one to be used for opening the resource. More... | |
const Tag * | tag |
Must not be nullptr. More... | |
time_t | mtime |
SongTime | start_time |
Start of this sub-song within the file. More... | |
SongTime | end_time |
End of this sub-song within the file. More... | |
Definition at line 29 of file PrefixedLightSong.hxx.
|
inline |
Definition at line 33 of file PrefixedLightSong.hxx.