Mac Video Capture: Support for Blackmagic DeckLink SDK video capture.
Implementation of necessario VideoCaptureDevice methods to
capture video using BlackMagic DeckLink SDK.
Internal class DeckLinkCaptureDelegate does all the hard
work of configuring and starting/stopping the capture by
implementing IDeckLinkInputCallback and IUnknown
interfaces as required by the SDK. This class is
reference counted by both the SDK and VCDDeckLinkMac.
VideoCaptureDeviceDeckLinkMac is plugged by VCDFactoryMac
instead of VCDMac for the appropriate devices.
This is a follow up to http://crrev.com/
509313002 and
http://crrev.com/
518073002
BUG=408493, 408534
Review URL: https://codereview.chromium.org/
535983002
Cr-Commit-Position: refs/heads/master@{#297668}