CVPixelBuffer.Create Método
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
Create(nint, nint, CVPixelFormatType, Byte[][], nint[], nint[], nint[], CVPixelBufferAttributes, CVReturn)
public static CoreVideo.CVPixelBuffer Create (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, byte[][] planes, nint[] planeWidths, nint[] planeHeights, nint[] planeBytesPerRow, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes, out CoreVideo.CVReturn status);
static member Create : nint * nint * CoreVideo.CVPixelFormatType * byte[][] * nint[] * nint[] * nint[] * CoreVideo.CVPixelBufferAttributes * -> CoreVideo.CVPixelBuffer
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- planes
- Byte[][]
- planeWidths
-
System.System.IntPtr[]
System.nativeint[]
- planeHeights
-
System.System.IntPtr[]
System.nativeint[]
- planeBytesPerRow
-
System.System.IntPtr[]
System.nativeint[]
- pixelBufferAttributes
- CVPixelBufferAttributes
- status
- CVReturn
Devoluciones
Se aplica a
Create(nint, nint, CVPixelFormatType, Byte[], nint, CVPixelBufferAttributes, CVReturn)
public static CoreVideo.CVPixelBuffer Create (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, byte[] data, nint bytesPerRow, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes, out CoreVideo.CVReturn status);
static member Create : nint * nint * CoreVideo.CVPixelFormatType * byte[] * nint * CoreVideo.CVPixelBufferAttributes * -> CoreVideo.CVPixelBuffer
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- data
- Byte[]
- bytesPerRow
- System.System.IntPtr System.nativeint
- pixelBufferAttributes
- CVPixelBufferAttributes
- status
- CVReturn
Devoluciones
Se aplica a
Create(nint, nint, CVPixelFormatType, Byte[][], nint[], nint[], nint[], CVPixelBufferAttributes)
public static CoreVideo.CVPixelBuffer Create (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, byte[][] planes, nint[] planeWidths, nint[] planeHeights, nint[] planeBytesPerRow, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
static member Create : nint * nint * CoreVideo.CVPixelFormatType * byte[][] * nint[] * nint[] * nint[] * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- planes
- Byte[][]
- planeWidths
-
System.System.IntPtr[]
System.nativeint[]
- planeHeights
-
System.System.IntPtr[]
System.nativeint[]
- planeBytesPerRow
-
System.System.IntPtr[]
System.nativeint[]
- pixelBufferAttributes
- CVPixelBufferAttributes
Devoluciones
Se aplica a
Create(IOSurface, CVReturn, CVPixelBufferAttributes)
[ObjCRuntime.NoWatch]
[ObjCRuntime.TV(11, 0)]
public static CoreVideo.CVPixelBuffer Create (IOSurface.IOSurface surface, out CoreVideo.CVReturn result, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes = null);
static member Create : IOSurface.IOSurface * * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
Parámetros
- surface
- IOSurface
- result
- CVReturn
- pixelBufferAttributes
- CVPixelBufferAttributes
Devoluciones
- Atributos
Se aplica a
Create(IOSurface, CVPixelBufferAttributes)
[ObjCRuntime.NoWatch]
[ObjCRuntime.TV(11, 0)]
public static CoreVideo.CVPixelBuffer Create (IOSurface.IOSurface surface, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes = null);
static member Create : IOSurface.IOSurface * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
Parámetros
- surface
- IOSurface
- pixelBufferAttributes
- CVPixelBufferAttributes
Devoluciones
- Atributos
Se aplica a
Create(nint, nint, CVPixelFormatType, Byte[], nint, CVPixelBufferAttributes)
public static CoreVideo.CVPixelBuffer Create (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, byte[] data, nint bytesPerRow, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
static member Create : nint * nint * CoreVideo.CVPixelFormatType * byte[] * nint * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer
Parámetros
- width
- System.System.IntPtr System.nativeint
- height
- System.System.IntPtr System.nativeint
- pixelFormatType
- CVPixelFormatType
- data
- Byte[]
- bytesPerRow
- System.System.IntPtr System.nativeint
- pixelBufferAttributes
- CVPixelBufferAttributes