Share via


AVAsynchronousVideoCompositionRequest.FinishWithComposedVideoFrame Method

Definition

[Foundation.Export("finishWithComposedVideoFrame:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FinishWithComposedVideoFrame(CoreVideo.CVPixelBuffer composedVideoFrame);
[<Foundation.Export("finishWithComposedVideoFrame:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FinishWithComposedVideoFrame : CoreVideo.CVPixelBuffer -> unit
override this.FinishWithComposedVideoFrame : CoreVideo.CVPixelBuffer -> unit

Parameters

composedVideoFrame
CVPixelBuffer
Attributes

Applies to