win-dshow: Add buffering options
Allow the user to select whether to buffer the source or not. The settings are auto-detect, on, and off. Auto-Detect turns it off for non-encoded devices, and on for encoded devices. Webcams, internal devices, and other such things on windows do not really need to be buffered, and buffering incurs a tiny bit of delay, so turning off buffering is actually a little better for non-encoded devices.
This commit is contained in:
@@ -15,6 +15,10 @@ VideoFormat.Any="Any"
|
||||
VideoFormat.Unknown="Unknown (%1)"
|
||||
UseCustomAudioDevice="Use custom audio device"
|
||||
AudioDevice="Audio Device"
|
||||
Buffering="Buffering"
|
||||
Buffering.AutoDetect="Auto-Detect"
|
||||
Buffering.Enable="Enable"
|
||||
Buffering.Disable="Disable"
|
||||
|
||||
# encoder text
|
||||
Bitrate="Bitrate"
|
||||
|
Reference in New Issue
Block a user