IQTCaptureDecompressedVideoOutputDelegate Interface

Definition

[Foundation.Protocol(IsInformal=true, Name="QTCaptureDecompressedVideoOutput_Delegate", WrapperType=typeof(QTKit.QTCaptureDecompressedVideoOutputDelegateWrapper))]
public interface IQTCaptureDecompressedVideoOutputDelegate : IDisposable, ObjCRuntime.INativeObject
type IQTCaptureDecompressedVideoOutputDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidDropVideoFrame(IQTCaptureDecompressedVideoOutputDelegate, QTCaptureOutput, QTSampleBuffer, QTCaptureConnection)
DidOutputVideoFrame(IQTCaptureDecompressedVideoOutputDelegate, QTCaptureOutput, CVImageBuffer, QTSampleBuffer, QTCaptureConnection)

Applies to