Various timing hacks and development.
[dcpomatic.git] / src / wx / simple_video_view.h
index 686a1a1f3cc83c686569a617dafd605e677aac39..e8bb932e44ad3933c769c770ecaea3413b60436f 100644 (file)
@@ -37,10 +37,15 @@ public:
        }
 
        void update ();
+       void start ();
+       bool display_next_frame (bool non_blocking);
 
 private:
        void paint ();
+       void timer ();
+       void display_player_video ();
 
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;
+       wxTimer _timer;
 };