|
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_device_flow_direction | direction () const noexcept=0 |
A class representing an audio device on the system.