HikoGUI
A low latency retained GUI
|
#include <hikogui/audio/audio_device_win32.hpp>
Public Member Functions | |
audio_device_win32 (IMMDevice *device) | |
Public Member Functions inherited from hi::v1::audio_device | |
std::string const & | id () const noexcept |
The nonephemeral unique id that for an audio device on the system. | |
std::string | name () const noexcept |
Get a user friendly name of the audio device. | |
Static Public Member Functions | |
static std::string | get_device_id (IMMDevice *device) |
Get the device id for the given win32 audio end-point. | |
A class representing an audio device on the system.
|
inlinestatic |
Get the device id for the given win32 audio end-point.
device | The win32 device instance to get the device id from. |
io_error | When the device id could not be retrieved. |