25 #ifndef MPD_PLAYLIST_STATE_HXX 26 #define MPD_PLAYLIST_STATE_HXX
unsigned playlist_state_get_hash(const playlist &playlist, PlayerControl &c)
Generates a hash number for the current state of the playlist and the playback options.
void playlist_state_save(BufferedOutputStream &os, const playlist &playlist, PlayerControl &pc)
bool playlist_state_restore(const char *line, TextFile &file, const SongLoader &song_loader, playlist &playlist, PlayerControl &pc)
An OutputStream wrapper that buffers its output to reduce the number of OutputStream::Write() calls...
A utility class that loads a DetachedSong object by its URI.