summaryrefslogtreecommitdiff
path: root/src/wx/audio_backend.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-25 16:27:31 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-26 11:39:59 +0200
commitce34d8e16db29c358e21337be985600cef8a5044 (patch)
tree67b757bfbe592b94e694c21293b19dd716004867 /src/wx/audio_backend.h
parent85ddc6ae876810b618e632365c89d06ad60f8b3b (diff)
Add AudioBackend::start_stream().
Diffstat (limited to 'src/wx/audio_backend.h')
-rw-r--r--src/wx/audio_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h
index 10646ebae..91e8ccab5 100644
--- a/src/wx/audio_backend.h
+++ b/src/wx/audio_backend.h
@@ -39,6 +39,8 @@ public:
}
void abort_stream_if_running();
+ boost::optional<std::string> start_stream();
+
#if (RTAUDIO_VERSION_MAJOR >= 6)
std::string last_rtaudio_error() const;
#endif