diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-23 10:44:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 1d796edf59da644e91bd443505fb76e0397a1439 (patch) | |
| tree | f66ea71a218dc9b0392bc4d7e164760c76097fe2 /src/wx/controls.h | |
| parent | 89e92b3e7effafd2ca3aa1e9300777f2d2fb6183 (diff) | |
Basic stress-test function for player.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 014464456..1b6a379cc 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -53,6 +53,11 @@ public: virtual void log (wxString) {} virtual void set_film (boost::shared_ptr<Film> film); +#ifdef DCPOMATIC_PLAYER_STRESS_TEST + virtual void play () {}; + virtual void stop () {}; + void seek (int slider); +#endif boost::shared_ptr<Film> film () const; void back_frame (); void forward_frame (); |
