Share via


CVMetalBufferCacheAttributes Constructors

Definition

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

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

Applies to