Share via


VTRawProcessingSession.CopyProcessingParameters(VTStatus) Method

Definition

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

status
VTStatus

An error code if the operation was unsuccessful, otherwise Ok.

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.

Applies to