summaryrefslogtreecommitdiff
path: root/src/wx/audio_backend.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-25 16:25:52 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-26 11:39:59 +0200
commit85ddc6ae876810b618e632365c89d06ad60f8b3b (patch)
tree56674ff0c4cd28895a262015fb193ef4076906e8 /src/wx/audio_backend.h
parent32474a0dcd9b039026d91e07386193f9a3ea4588 (diff)
Add AudioBackend::abort_stream_if_running().
Diffstat (limited to 'src/wx/audio_backend.h')
-rw-r--r--src/wx/audio_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h
index cf1bbad05..10646ebae 100644
--- a/src/wx/audio_backend.h
+++ b/src/wx/audio_backend.h
@@ -38,6 +38,7 @@ public:
return _rtaudio;
}
+ void abort_stream_if_running();
#if (RTAUDIO_VERSION_MAJOR >= 6)
std::string last_rtaudio_error() const;
#endif