-
-
Methods in org.robovm.apple.coremedia with parameters of type CVImageBuffer
| Modifier and Type |
Method |
Description |
static CMSampleBuffer |
CMSampleBuffer.create(CVImageBuffer imageBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming) |
|
static CMVideoFormatDescription |
CMVideoFormatDescription.create(CVImageBuffer imageBuffer) |
|
protected static OSStatus |
CMSampleBuffer.createForImageBuffer0(CFAllocator allocator,
CVImageBuffer imageBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createForImageBufferWithMakeDataReadyHandler0(CFAllocator allocator,
CVImageBuffer imageBuffer,
boolean dataReady,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|
static CMSampleBuffer |
CMSampleBuffer.createReady(CVImageBuffer imageBuffer,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming) |
|
protected static OSStatus |
CMSampleBuffer.createReadyWithImageBuffer0(CFAllocator allocator,
CVImageBuffer imageBuffer,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
boolean |
CMVideoFormatDescription.matchesImageBuffer(CVImageBuffer imageBuffer) |
|
-
Methods in org.robovm.apple.corevideo with parameters of type CVImageBuffer
| Modifier and Type |
Method |
Description |
static CVMetalTexture |
CVMetalTextureCache.createTexture(CFAllocator allocator,
CVMetalTextureCache textureCache,
CVImageBuffer sourceImage,
NSDictionary<NSString,?> textureAttributes,
MTLPixelFormat pixelFormat,
long width,
long height,
long planeIndex) |
|
static CVMetalTexture |
CVMetalTextureCache.createTexture(CVMetalTextureCache textureCache,
CVImageBuffer sourceImage,
NSDictionary<NSString,?> textureAttributes,
MTLPixelFormat pixelFormat,
long width,
long height,
long planeIndex) |
|
CVOpenGLESTexture |
CVOpenGLESTextureCache.createTexture(CFAllocator allocator,
CVImageBuffer sourceImage,
NSDictionary<NSString,?> textureAttributes,
int target,
int internalFormat,
int width,
int height,
int format,
int type,
long planeIndex) |
|
CVOpenGLESTexture |
CVOpenGLESTextureCache.createTexture(CVImageBuffer sourceImage,
NSDictionary<NSString,?> textureAttributes,
int target,
int internalFormat,
int width,
int height,
int format,
int type,
long planeIndex) |
|
void |
CVImageBuffer.propagateAttributes(CVImageBuffer destinationBuffer) |
|