VTDecodeFrameOptions Constructors

Definition

Overloads

Name Description
VTDecodeFrameOptions()

Creates a new VTDecodeFrameOptions with default (empty) values.

VTDecodeFrameOptions(NSDictionary)

Creates a new VTDecodeFrameOptions from the values that are specified in dictionary.

VTDecodeFrameOptions()

Creates a new VTDecodeFrameOptions with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public VTDecodeFrameOptions();
public VTDecodeFrameOptions();
Attributes

Applies to

VTDecodeFrameOptions(NSDictionary)

Creates a new VTDecodeFrameOptions from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public VTDecodeFrameOptions(Foundation.NSDictionary? dictionary);
public VTDecodeFrameOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new VideoToolbox.VTDecodeFrameOptions : Foundation.NSDictionary -> VideoToolbox.VTDecodeFrameOptions
new VideoToolbox.VTDecodeFrameOptions : Foundation.NSDictionary -> VideoToolbox.VTDecodeFrameOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to