VTRawProcessingSession.ProcessingParameters Property
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 strongly typed dictionaries describing the parameters provided by the RAW processor for frame processing.
public VideoToolbox.VTRawProcessingParameters[]? ProcessingParameters { get; }
member this.ProcessingParameters : VideoToolbox.VTRawProcessingParameters[]
Property Value
An array of strongly typed dictionaries describing the parameters, or null in case of failure.
Remarks
Use CopyProcessingParameters(VTStatus) to get an array of weakly typed dictionaries, or any error codes in case of failure.