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