CVPixelBuffer 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
CVPixelBuffer(nint, nint, CVPixelFormatType) | |
CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes) |
CVPixelBuffer(nint, nint, CVPixelFormatType)
public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormat);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType -> CoreVideo.CVPixelBuffer
Parameters
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormat
- CVPixelFormatType
Applies to
CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes)
public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, CoreVideo.CVPixelBufferAttributes attributes);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
Parameters
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- attributes
- CVPixelBufferAttributes