mac-avcapture: Capture audio if supported

Some webcams, or other AVCaptureDevices like connected iOS devices which
are supported since 162450c, have an audio output which so far got
ignored.
Now, if supported, the audio will be captured alongside the video. For
existing sources, the properties have a button enabling this; while new
sources have it enabled by default.
This commit is contained in:
gxalpha
2022-05-23 08:59:24 -04:00
committed by Ryan Foster
parent a07cf955b2
commit cedc397b9f
2 changed files with 185 additions and 18 deletions
@@ -11,3 +11,4 @@ VideoRange.Partial="Partial"
VideoRange.Full="Full"
Auto="Auto"
Unknown="Unknown ($1)"
EnableAudio="Enable audio if supported by device"