HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
ttauri
audio
audio_system_delegate.hpp
1
// Copyright Take Vos 2020.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
#pragma once
6
7
#include "audio_block.hpp"
8
9
namespace
tt {
10
class
audio_system;
11
12
class
audio_system_delegate
{
13
public
:
14
audio_system_delegate
()
noexcept
=
default
;
15
19
virtual
void
audio_device_list_changed
(
audio_system
&self) = 0;
20
};
21
22
}
tt::audio_system
Definition
audio_system.hpp:17
tt::audio_system_delegate
Definition
audio_system_delegate.hpp:12
tt::audio_system_delegate::audio_device_list_changed
virtual void audio_device_list_changed(audio_system &self)=0
Generated on Mon Apr 22 2024 12:53:48 for HikoGUI by
1.10.0