Share via


VTMotionEstimationSessionCreationOption Constructors

Definition

Overloads

Name Description
VTMotionEstimationSessionCreationOption()

Creates a new VTMotionEstimationSessionCreationOption with default (empty) values.

VTMotionEstimationSessionCreationOption(NSDictionary)

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

VTMotionEstimationSessionCreationOption()

Creates a new VTMotionEstimationSessionCreationOption with default (empty) values.

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

Applies to

VTMotionEstimationSessionCreationOption(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

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

Attributes

Applies to