overwolf.settings.setVideoCaptureSettings
Overwolf APIs / overwolf / overwolf / settings / setVideoCaptureSettings
function setVideoCaptureSettings(
resolutionSettings: ResolutionSettings,
fps: number,
callback: CallbackFunction<Result>,
): void;
Sets new video capture settings.
Parameters
| Parameter | Type | Description |
|---|---|---|
resolutionSettings | ResolutionSettings | - |
fps | number | - |
callback | CallbackFunction<Result> | - |
Returns
void