Share via


VTRawProcessingSession.ProcessingParameters Property

Definition

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.

Applies to