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