mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-07 04:53:15 -04:00
win-capture: Add option to adjust hook rate for game capture
This option slows down or speeds up the rate at which the game capture plugin checks for a valid window.
This commit is contained in:
1 parent
6c42d07751
commit
6bbeaae02e
2 files changed
+59
-7
No files matched your search
@@ -22,4 +22,9 @@ GameCapture.CaptureOverlays="Capture third-party overlays (such as steam)"
|
||||
GameCapture.AntiCheatHook="Use anti-cheat compatibility hook"
|
||||
GameCapture.HotkeyStart="Capture foreground window"
|
||||
GameCapture.HotkeyStop="Deactivate capture"
|
||||
GameCapture.HookRate="Hook Rate"
|
||||
GameCapture.HookRate.Slow="Slow"
|
||||
GameCapture.HookRate.Normal="Normal (recommended)"
|
||||
GameCapture.HookRate.Fast="Fast"
|
||||
GameCapture.HookRate.Fastest="Fastest"
|
||||
Mode="Mode"
|
||||
Reference in new issue
Block a user