-
Methods in org.robovm.apple.corevideo with parameters of type CVPixelBuffer.ReleaseBytesCallback
| Modifier and Type |
Method |
Description |
static CVPixelBuffer |
CVPixelBuffer.create(long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr baseAddress,
long bytesPerRow,
CVPixelBuffer.ReleaseBytesCallback releaseCallback,
CVPixelBufferAttributes pixelBufferAttributes) |
|
static CVPixelBuffer |
CVPixelBuffer.create(CFAllocator allocator,
long width,
long height,
CVPixelFormatType pixelFormatType,
VoidPtr baseAddress,
long bytesPerRow,
CVPixelBuffer.ReleaseBytesCallback releaseCallback,
CVPixelBufferAttributes pixelBufferAttributes) |
|