VTRawProcessingSession.CopyProcessingParameters(VTStatus) 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.
Get an array of dictionaries describing the parameters provided by the RAW processor for frame processing.
public Foundation.NSDictionary[]? CopyProcessingParameters(out VideoToolbox.VTStatus status);
member this.CopyProcessingParameters : VTStatus -> Foundation.NSDictionary[]
Parameters
Returns
An array of dictionaries describing the parameters, or null in case of failure.
Remarks
Use ProcessingParameters to get an array of strongly typed dictionaries.