overwolf.settings.getAudioCaptureSettings
Overwolf APIs / overwolf / overwolf / settings / getAudioCaptureSettings
function getAudioCaptureSettings(
callback: CallbackFunction<GetAudioCaptureSettingsResult>,
): void;
Returns the current audio capture settings.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetAudioCaptureSettingsResult> | - |
Returns
void