Basic stress-test function for player.
[dcpomatic.git] / src / wx / standard_controls.h
index b485c48cc744e6439c8c82aa8f9cf79998337e45..f79e4a17896443a367b1d9fb37f516ffda855063 100644 (file)
@@ -25,6 +25,11 @@ class StandardControls : public Controls
 public:
        StandardControls (wxWindow* parent, boost::shared_ptr<FilmViewer> viewer, bool editor_controls);
 
+#ifdef DCPOMATIC_PLAYER_STRESS_TEST
+       void play ();
+       void stop ();
+#endif
+
 private:
        void check_play_state ();
        void play_clicked ();