Share via


VTPixelTransferProperties Constructors

Definition

Overloads

Name Description
VTPixelTransferProperties()

Creates a new VTPixelTransferProperties with default (empty) values.

VTPixelTransferProperties(NSDictionary)

Creates a new VTPixelTransferProperties from the values that are specified in dictionary.

VTPixelTransferProperties()

Creates a new VTPixelTransferProperties with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public VTPixelTransferProperties();
public VTPixelTransferProperties();
Attributes

Applies to

VTPixelTransferProperties(NSDictionary)

Creates a new VTPixelTransferProperties from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public VTPixelTransferProperties(Foundation.NSDictionary? dictionary);
public VTPixelTransferProperties(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new VideoToolbox.VTPixelTransferProperties : Foundation.NSDictionary -> VideoToolbox.VTPixelTransferProperties
new VideoToolbox.VTPixelTransferProperties : Foundation.NSDictionary -> VideoToolbox.VTPixelTransferProperties

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to