VTDecodeFrameOptions 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 |
|---|---|
| VTDecodeFrameOptions() |
Creates a new VTDecodeFrameOptions with default (empty) values. |
| VTDecodeFrameOptions(NSDictionary) |
Creates a new VTDecodeFrameOptions from the values that are specified in |
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