VTMotionEstimationSessionCreationOption Constructors
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.
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 |
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