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