0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

win-dshow: Reword "buffering" options to be more specific

Due to users inquiring what the "buffering" option does, it would be
best to have a bit more details in its wording as to its function.
This commit is contained in:
jp9000 2016-07-01 16:59:06 -07:00
parent 3d63096076
commit a6d7cbf221

View File

@ -25,9 +25,9 @@ AudioOutputMode.WaveOut="Output desktop audio (WaveOut)"
UseCustomAudioDevice="Use custom audio device"
AudioDevice="Audio Device"
Buffering="Buffering"
Buffering.AutoDetect="Auto-Detect"
Buffering.Enable="Enable"
Buffering.Disable="Disable"
Buffering.AutoDetect="Auto-Detect (Enable for delayed devices, disable otherwise)"
Buffering.Enable="Enable (Ensure most accurate video playback)"
Buffering.Disable="Disable (Play video frames immediately)"
Activate="Activate"
Deactivate="Deactivate"
FlipVertically="Flip Vertically"