mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
win-capture: Change capture methods name
This commit is contained in:
@@ -3,8 +3,8 @@ WindowCapture="Window Capture"
|
||||
WindowCapture.Window="Window"
|
||||
WindowCapture.Method="Capture Method"
|
||||
WindowCapture.Method.Auto="Automatic"
|
||||
WindowCapture.Method.BitBlt="BitBlt (Windows 7 and up)"
|
||||
WindowCapture.Method.WindowsGraphicsCapture="Windows 10 (1903 and up)"
|
||||
WindowCapture.Method.BitBlt="Legacy (BitBlt)"
|
||||
WindowCapture.Method.WindowsGraphicsCapture="Modern (WGC)"
|
||||
WindowCapture.Priority="Window Match Priority"
|
||||
WindowCapture.Priority.Title="Window title must match"
|
||||
WindowCapture.Priority.Class="Match title, otherwise find window of same type"
|
||||
@@ -19,8 +19,8 @@ PremultipliedAlpha="Premultiplied Alpha"
|
||||
Monitor="Display"
|
||||
PrimaryMonitor="Primary Monitor"
|
||||
Method="Capture Method"
|
||||
Method.DXGI="DXGI Desktop Duplication"
|
||||
Method.WindowsGraphicsCapture="Windows 10 (1903 and up)"
|
||||
Method.DXGI="Legacy (DXGI)"
|
||||
Method.WindowsGraphicsCapture="Modern (WGC)"
|
||||
GameCapture="Game Capture"
|
||||
GameCapture.AnyFullscreen="Capture any fullscreen application"
|
||||
GameCapture.CaptureWindow="Capture specific window"
|
||||
|
||||
Reference in New Issue
Block a user