CVPixelBuffer Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormat
- CVPixelFormatType
Применяется к
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
Параметры
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- attributes
- CVPixelBufferAttributes