Share via


CMFormatDescriptionCleanAperture Constructors

Definition

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

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

Applies to