AVPlayerItemVideoOutput.WeakCopyPixelBuffer(CMTime, CMTime) Method

Definition

[Foundation.Export("copyPixelBufferForItemTime:itemTimeForDisplay:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual IntPtr WeakCopyPixelBuffer(CoreMedia.CMTime itemTime, ref CoreMedia.CMTime outItemTimeForDisplay);
[<Foundation.Export("copyPixelBufferForItemTime:itemTimeForDisplay:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WeakCopyPixelBuffer : CoreMedia.CMTime * CMTime -> nativeint
override this.WeakCopyPixelBuffer : CoreMedia.CMTime * CMTime -> nativeint

Parameters

itemTime
CMTime
outItemTimeForDisplay
CMTime

Returns

IntPtr

nativeint

Attributes

Applies to