VTPixelTransferProperties 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 |
|---|---|
| VTPixelTransferProperties() |
Creates a new VTPixelTransferProperties with default (empty) values. |
| VTPixelTransferProperties(NSDictionary) |
Creates a new VTPixelTransferProperties from the values that are specified in |
VTPixelTransferProperties()
Creates a new VTPixelTransferProperties with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public VTPixelTransferProperties();
public VTPixelTransferProperties();
- Attributes
Applies to
VTPixelTransferProperties(NSDictionary)
Creates a new VTPixelTransferProperties from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public VTPixelTransferProperties(Foundation.NSDictionary? dictionary);
public VTPixelTransferProperties(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new VideoToolbox.VTPixelTransferProperties : Foundation.NSDictionary -> VideoToolbox.VTPixelTransferProperties
new VideoToolbox.VTPixelTransferProperties : Foundation.NSDictionary -> VideoToolbox.VTPixelTransferProperties
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes