diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-25 16:28:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:39:59 +0200 |
| commit | 5fc64dfcf121d785de3445d10fa7510a30c55965 (patch) | |
| tree | 546637897a79ab7c062d1aa1933f97ee0d960d6e /src/wx/audio_backend.h | |
| parent | ce34d8e16db29c358e21337be985600cef8a5044 (diff) | |
Add AudioBackend::output_device_names().
Diffstat (limited to 'src/wx/audio_backend.h')
| -rw-r--r-- | src/wx/audio_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_backend.h b/src/wx/audio_backend.h index 91e8ccab5..bb1c2048f 100644 --- a/src/wx/audio_backend.h +++ b/src/wx/audio_backend.h @@ -38,6 +38,7 @@ public: return _rtaudio; } + std::vector<std::string> output_device_names(); void abort_stream_if_running(); boost::optional<std::string> start_stream(); |
