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