共用方式為


QTCaptureDecompressedVideoOutputDelegate.DidOutputVideoFrame 方法

定義

[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

參數

captureOutput
QTCaptureOutput
videoFrame
CVImageBuffer
sampleBuffer
QTSampleBuffer
connection
QTCaptureConnection
屬性

適用於