Share via


CMFormatDescriptionExtensions Constructors

Definition

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 dictionary.

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

Applies to