Freigeben über


VTRawProcessingProperty Constructors

Definition

Overloads

Name Description
VTRawProcessingProperty()

Creates a new VTRawProcessingProperty with default (empty) values.

VTRawProcessingProperty(NSDictionary)

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

VTRawProcessingProperty()

Creates a new VTRawProcessingProperty with default (empty) values.

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

Applies to

VTRawProcessingProperty(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

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

Attributes

Applies to