summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 0442dac71..5824f8baa 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -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;