Share via


CVPixelBufferAttributes Constructors

Definition

Overloads

Name Description
CVPixelBufferAttributes()

Creates an empty set of attributes.

CVPixelBufferAttributes(NSDictionary)

Initializes the strongly typed CVPixelBufferAttributes from the provided dictionary.

CVPixelBufferAttributes(CVPixelFormatType, IntPtr, IntPtr)

CVPixelBufferAttributes()

Creates an empty set of attributes.

public CVPixelBufferAttributes();

Applies to

CVPixelBufferAttributes(NSDictionary)

Initializes the strongly typed CVPixelBufferAttributes from the provided dictionary.

public CVPixelBufferAttributes(Foundation.NSDictionary dictionary);
new CoreVideo.CVPixelBufferAttributes : Foundation.NSDictionary -> CoreVideo.CVPixelBufferAttributes

Parameters

dictionary
NSDictionary

Applies to

CVPixelBufferAttributes(CVPixelFormatType, IntPtr, IntPtr)

public CVPixelBufferAttributes(CoreVideo.CVPixelFormatType pixelFormatType, IntPtr width, IntPtr height);
new CoreVideo.CVPixelBufferAttributes : CoreVideo.CVPixelFormatType * nativeint * nativeint -> CoreVideo.CVPixelBufferAttributes

Parameters

pixelFormatType
CVPixelFormatType
width
IntPtr

nativeint

height
IntPtr

nativeint

Applies to