|
HikoGUI
A low latency retained GUI
|
#include <ttauri/audio/audio_device_asio.hpp>
Additional Inherited Members | |
Public Member Functions inherited from tt::audio_device | |
| virtual std::string | id () const noexcept=0 |
| The nonephemeral unique id that for an audio device on the system. | |
| virtual std::string | name () const noexcept=0 |
| Get a user friendly name of the audio device. | |
| virtual label | label () const noexcept=0 |
| Get a user friendly label of the audio device. | |
| virtual audio_device_state | state () const noexcept=0 |
| Get the current state of the audio device. | |
| virtual audio_direction | direction () const noexcept=0 |
| virtual size_t | full_num_channels () const noexcept=0 |
| virtual speaker_mapping | full_channel_mapping () const noexcept=0 |
| Get a bitmap of channel mappings for this audio device. | |
A class representing an audio device on the system.