QTCaptureDecompressedVideoOutputDelegate.DidOutputVideoFrame Method

Definition

[Foundation.Export("captureOutput:didOutputVideoFrame:withSampleBuffer:fromConnection:")]
public virtual void DidOutputVideoFrame (QTKit.QTCaptureOutput captureOutput, CoreVideo.CVImageBuffer videoFrame, QTKit.QTSampleBuffer sampleBuffer, QTKit.QTCaptureConnection connection);
abstract member DidOutputVideoFrame : QTKit.QTCaptureOutput * CoreVideo.CVImageBuffer * QTKit.QTSampleBuffer * QTKit.QTCaptureConnection -> unit
override this.DidOutputVideoFrame : QTKit.QTCaptureOutput * CoreVideo.CVImageBuffer * QTKit.QTSampleBuffer * QTKit.QTCaptureConnection -> unit

Parameters

captureOutput
QTCaptureOutput
videoFrame
CVImageBuffer
sampleBuffer
QTSampleBuffer
connection
QTCaptureConnection
Attributes

Applies to