overwolf.streaming.getAudioDevices
Overwolf APIs / overwolf / overwolf / streaming / getAudioDevices
function getAudioDevices(
callback: CallbackFunction<GetAudioDevicesResult>,
): void;
Returns an array of all audio devices that can be used.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetAudioDevicesResult> | A callback function to call with the array of audio devices and their metadata. |
Returns
void