VTRawProcessingProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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