CVPixelBufferAttributes 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 |
|---|---|
| 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