Share via


VTRawProcessingSession.SetParameterChangedHandler Method

Definition

Provide a callback that will be called when the VTRawProcessingPlugin changes the set of processing parameters.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public VideoToolbox.VTStatus SetParameterChangedHandler(VideoToolbox.VTRawProcessingParameterChangeHandler? handler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.SetParameterChangedHandler : VideoToolbox.VTRawProcessingParameterChangeHandler -> VideoToolbox.VTStatus

Parameters

handler
VTRawProcessingParameterChangeHandler

The callback that will be called. Set to null to remove the current handler.

Returns

Attributes

Applies to