VTRawProcessingSession.SetParameterChangedHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The callback that will be called. Set to null to remove the current handler.
Returns
- Attributes