CVMetalBufferCacheAttributes 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 |
|---|---|
| CVMetalBufferCacheAttributes() |
Creates a new CVMetalBufferCacheAttributes with default (empty) values. |
| CVMetalBufferCacheAttributes(NSDictionary) |
Creates a new CVMetalBufferCacheAttributes from the values that are specified in |
CVMetalBufferCacheAttributes()
Creates a new CVMetalBufferCacheAttributes with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public CVMetalBufferCacheAttributes();
public CVMetalBufferCacheAttributes();
- Attributes
Applies to
CVMetalBufferCacheAttributes(NSDictionary)
Creates a new CVMetalBufferCacheAttributes from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public CVMetalBufferCacheAttributes(Foundation.NSDictionary? dictionary);
public CVMetalBufferCacheAttributes(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreVideo.CVMetalBufferCacheAttributes : Foundation.NSDictionary -> CoreVideo.CVMetalBufferCacheAttributes
new CoreVideo.CVMetalBufferCacheAttributes : Foundation.NSDictionary -> CoreVideo.CVMetalBufferCacheAttributes
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes