Share via


VTFrameProcessor.Process Method

Definition

Overloads

Process(IMTLCommandBuffer, IVTFrameProcessorParameters)

[Foundation.Export("processWithCommandBuffer:parameters:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Process(Metal.IMTLCommandBuffer commandBuffer, VideoToolbox.IVTFrameProcessorParameters parameters);
[<Foundation.Export("processWithCommandBuffer:parameters:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Process : Metal.IMTLCommandBuffer * VideoToolbox.IVTFrameProcessorParameters -> unit
override this.Process : Metal.IMTLCommandBuffer * VideoToolbox.IVTFrameProcessorParameters -> unit

Parameters

commandBuffer
IMTLCommandBuffer
Attributes

Applies to

Process(IVTFrameProcessorParameters, NSError)

[Foundation.Export("processWithParameters:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Process(VideoToolbox.IVTFrameProcessorParameters parameters, out Foundation.NSError? error);
[<Foundation.Export("processWithParameters:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Process : VideoToolbox.IVTFrameProcessorParameters * NSError -> bool
override this.Process : VideoToolbox.IVTFrameProcessorParameters * NSError -> bool

Parameters

error
NSError

Returns

Attributes

Applies to

Process(IVTFrameProcessorParameters, VTFrameProcessorProcessFrameOutputHandler)

[Foundation.Export("processWithParameters:frameOutputHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Process(VideoToolbox.IVTFrameProcessorParameters parameters, VideoToolbox.VTFrameProcessorProcessFrameOutputHandler frameOutputHandler);
[<Foundation.Export("processWithParameters:frameOutputHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Process : VideoToolbox.IVTFrameProcessorParameters * VideoToolbox.VTFrameProcessorProcessFrameOutputHandler -> unit
override this.Process : VideoToolbox.IVTFrameProcessorParameters * VideoToolbox.VTFrameProcessorProcessFrameOutputHandler -> unit

Parameters

Attributes

Applies to

Process(IVTFrameProcessorParameters, VTFrameProcessorProcessHandler)

[Foundation.Export("processWithParameters:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Process(VideoToolbox.IVTFrameProcessorParameters parameters, VideoToolbox.VTFrameProcessorProcessHandler completionHandler);
[<Foundation.Export("processWithParameters:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Process : VideoToolbox.IVTFrameProcessorParameters * VideoToolbox.VTFrameProcessorProcessHandler -> unit
override this.Process : VideoToolbox.IVTFrameProcessorParameters * VideoToolbox.VTFrameProcessorProcessHandler -> unit

Parameters

completionHandler
VTFrameProcessorProcessHandler
Attributes

Applies to