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

Public Types

using super = audio_system
 

Public Member Functions

 audio_system_aggregate (weak_or_unique_ptr< audio_system_delegate > 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)
 
- Public Member Functions inherited from tt::audio_system
 audio_system (weak_or_unique_ptr< audio_system_delegate > 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
 
virtual void deinit () noexcept
 
void set_delegate (weak_or_unique_ptr< audio_system_delegate > delegate) noexcept
 
std::shared_ptr< audio_system_delegatedelegate_lock () const noexcept
 

Friends

class audio_system_aggregate_delegate
 

Additional Inherited Members

- Static Public Member Functions inherited from tt::audio_system
static audio_systemglobal () noexcept
 
- Static Public Attributes inherited from tt::audio_system
static unfair_recursive_mutex mutex
 

Member Function Documentation

◆ 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: