23 #ifndef STOPBEHAVIOR_H
24 #define STOPBEHAVIOR_H
26 #include "Utils/Pimpl.h"
42 virtual const MetaData& track(
int index)
const=0;
43 virtual int count()
const=0;
45 int restoreTrackBeforeStop();
47 int trackIndexBeforeStop()
const;
48 void setTrackIndexBeforeStop(
int idx);
Definition: PlaylistStopBehavior.h:34