Windows WASAPI device enumeration helpers.
| Return | Name | Description |
|---|---|---|
bool | getDeviceList | Enumerate audio input and output devices using WASAPI. Populates audio capabilities (sample rates, channels, formats). |
bool getDeviceList(Device::Type type, std::vector< av::Device > & devices)Enumerate audio input and output devices using WASAPI. Populates audio capabilities (sample rates, channels, formats).
type The device type to enumerate (AudioInput or AudioOutput).
devices Output vector to fill with discovered devices.
True if enumeration succeeded.