HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Public Member Functions
tt::audio_system_aggregate Class Reference
Inheritance diagram for tt::audio_system_aggregate:
std::enable_shared_from_this< audio_system_aggregate > tt::audio_system tt::audio_system_delegate

Public Types

using super = audio_system
 

Public Member Functions

 audio_system_aggregate (std::weak_ptr< audio_system_delegate > const &delegate)
 
std::vector< std::shared_ptr< audio_device > > devices () noexcept override
 
void add_audio_system (std::shared_ptr< audio_system > const &new_audio_system) noexcept
 
template<typename T , typename... Args>
std::shared_ptr< audio_systemmake_audio_system (Args &&... args)
 
void audio_device_list_changed (tt::audio_system &self) override
 
- Public Member Functions inherited from std::enable_shared_from_this< audio_system_aggregate >
enable_shared_from_this (T... args)
 
operator= (T... args)
 
shared_from_this (T... args)
 
~enable_shared_from_this (T... args)
 
- Public Member Functions inherited from tt::audio_system
 audio_system (std::weak_ptr< audio_system_delegate > const &delegate)
 
 audio_system (audio_system const &)=delete
 
 audio_system (audio_system &&)=delete
 
audio_systemoperator= (audio_system const &)=delete
 
audio_systemoperator= (audio_system &&)=delete
 
virtual void init () noexcept
 

Additional Inherited Members

- Static Public Attributes inherited from tt::audio_system
static unfair_recursive_mutex mutex
 
static std::shared_ptr< audio_systemglobal
 

Member Function Documentation

◆ audio_device_list_changed()

void tt::audio_system_aggregate::audio_device_list_changed ( tt::audio_system & self)
inlineoverridevirtual

Called when the device list has changed. This can happen when external devices are connected or disconnected.

Implements tt::audio_system_delegate.

◆ devices()

std::vector< std::shared_ptr< audio_device > > tt::audio_system_aggregate::devices ( )
inlineoverridevirtualnoexcept

Implements tt::audio_system.


The documentation for this class was generated from the following file: