|
HikoGUI
A low latency retained GUI
|
Additional Inherited Members | |
Public Types inherited from v1::audio_system | |
| using | token_type = notifier<>::token_type |
Public Member Functions inherited from v1::audio_system | |
| audio_system (audio_system const &)=delete | |
| audio_system (audio_system &&)=delete | |
| audio_system & | operator= (audio_system const &)=delete |
| audio_system & | operator= (audio_system &&)=delete |
| virtual generator< audio_device * > | devices () noexcept=0 |
| The devices that are part of the audio system. | |
| token_type | subscribe (callback_flags flags, std::invocable<> auto &&func) noexcept |
| Subscribe a function to be called when the device list changes. | |
| token_type | subscribe (std::invocable<> auto &&func) noexcept |
| Subscribe a function to be called when the device list changes. | |
| auto | operator co_await () noexcept |
Static Public Member Functions inherited from v1::audio_system | |
| static std::unique_ptr< audio_system > | make_unique () noexcept |
| Create an audio system object specific for the current operating system. | |