Fix timecode order in RTL languages (part of #2696).
[dcpomatic.git] / src / wx / film_viewer.h
index 0442dac715cbfdef47f26678e1772572be69a588..5824f8baabeba7ca8e233a43a75d4db5ac1b1aad 100644 (file)
@@ -171,6 +171,13 @@ private:
        void ui_finished ();
        void start_audio_stream_if_open ();
 
+#if (RTAUDIO_VERSION_MAJOR >= 6)
+       void rtaudio_error_callback(std::string const& error);
+       mutable boost::mutex _last_rtaudio_error_mutex;
+       std::string _last_rtaudio_error;
+       std::string last_rtaudio_error() const;
+#endif
+
        dcpomatic::DCPTime uncorrected_time () const;
        Frame average_latency () const;