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
CVPixelBufferAttributes() |
Creates an empty set of attributes. |
CVPixelBufferAttributes(NSDictionary) |
Initializes the strongly typed CVPixelBufferAttributes from the provided dictionary. |
CVPixelBufferAttributes(CVPixelFormatType, nint, nint) |
Constructor that creates a CVPixelBufferAttributes with preset values for the pixel format type, a width and a height. |
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, nint, nint)
Constructor that creates a CVPixelBufferAttributes with preset values for the pixel format type, a width and a height.
public CVPixelBufferAttributes (CoreVideo.CVPixelFormatType pixelFormatType, nint width, nint height);
new CoreVideo.CVPixelBufferAttributes : CoreVideo.CVPixelFormatType * nint * nint -> CoreVideo.CVPixelBufferAttributes
Parameters
- pixelFormatType
- CVPixelFormatType
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint