CVPixelBuffer Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormat
- CVPixelFormatType
Se aplica a
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
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- attributes
- CVPixelBufferAttributes