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