Share via


AVPixelAspectRatioProperties Constructors

Definition

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

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

Applies to