win-dshow: Add audio support

This implements audio support, allowing not only the ability to capture
the built-in audio from the video device's audio capture pin, but also
the ability to override the default audio with a custom audio device.

The DShowInput::Update function was split up and refactored a bit, as it
was getting a bit large and messy.
This commit is contained in:
jp9000
2014-08-28 18:27:58 -07:00
parent 47570f4153
commit f50aa5e01b
3 changed files with 165 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
VideoCaptureDevice="Video Capture Device"
Device="Device"
ConfigureAudio="Configure Audio"
ConfigureVideo="Configure Video"
ConfigureCrossbar="Configure Crossbar"
ResFPSType="Resolution/FPS Type"
@@ -11,3 +12,5 @@ Resolution="Resolution"
VideoFormat="Video Format"
VideoFormat.Any="Any"
VideoFormat.Unknown="Unknown (%1)"
UseCustomAudioDevice="Use custom audio device"
AudioDevice="Audio Device"