Various timing hacks and development.
[dcpomatic.git] / src / wx / video_view.h
index 827d1bf73d65a2f0e8a93c2c7d5c4862dd7ec834..d6e76ada703ed240dbf447e00e9c53869cb704e5 100644 (file)
@@ -53,13 +53,15 @@ public:
 
        boost::signals2::signal<void()> Sized;
 
-       /* XXX_b: to remove */
-       virtual bool get (bool) {
-               return true;
-       }
+       virtual bool display_next_frame (bool) = 0;
+
        /* XXX_b: to remove */
        virtual void display_player_video () {}
 
+       dcpomatic::DCPTime position () const {
+               return _player_video.second;
+       }
+
 protected:
        /* XXX_b: to remove */
        friend class FilmViewer;