23 #ifndef STOPBEHAVIOR_H 24 #define STOPBEHAVIOR_H 26 #include "Utils/Pimpl.h" 42 virtual MetaData track(
int index)
const=0;
43 virtual int count()
const=0;
45 int restore_track_before_stop();
47 int track_idx_before_stop()
const;
48 void set_track_idx_before_stop(
int idx);
52 #endif // STOPBEHAVIOR_H
Definition: PlaylistStopBehavior.h:33
Definition: Playlist.h:32