AVPlayerItemVideoOutput.CopyPixelBuffer(CMTime, CMTime) Method

Definition

Returns an image and a specific time for the requested itemTime.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public CoreVideo.CVPixelBuffer CopyPixelBuffer(CoreMedia.CMTime itemTime, ref CoreMedia.CMTime outItemTimeForDisplay);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.CopyPixelBuffer : CoreMedia.CMTime * CMTime -> CoreVideo.CVPixelBuffer

Parameters

itemTime
CMTime
outItemTimeForDisplay
CMTime

Returns

Attributes

Applies to