diff options
Diffstat (limited to 'src/lib/shuffler.h')
| -rw-r--r-- | src/lib/shuffler.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/shuffler.h b/src/lib/shuffler.h index 54e13d486..2c1d0677f 100644 --- a/src/lib/shuffler.h +++ b/src/lib/shuffler.h @@ -20,23 +20,18 @@ #include "types.h" #include "content_video.h" +#include "video_adjuster.h" #include <boost/signals2.hpp> class Piece; -class Shuffler +class Shuffler : public VideoAdjuster { public: void clear (); - void flush (); void video (boost::weak_ptr<Piece>, ContentVideo video); - boost::signals2::signal<void (boost::weak_ptr<Piece>, ContentVideo)> Video; - - typedef std::pair<boost::weak_ptr<Piece>, ContentVideo> Store; private: - boost::optional<ContentVideo> _last; - std::list<Store> _store; }; |
