Uses of Class
org.robovm.apple.corevideo.CVImageBuffer
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.coremedia | |
| org.robovm.apple.corevideo |
-
Uses of CVImageBuffer in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type CVImageBuffer Modifier and Type Method Description protected longCIImage. init(CVImageBuffer imageBuffer)protected longCIImage. init(CVImageBuffer imageBuffer, CIImageOptions options)Constructors in org.robovm.apple.coreimage with parameters of type CVImageBuffer Constructor Description CIImage(CVImageBuffer imageBuffer)CIImage(CVImageBuffer imageBuffer, CIImageOptions options) -
Uses of CVImageBuffer in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CVImageBuffer Modifier and Type Method Description CVImageBufferCMSampleBuffer. getImageBuffer()Methods in org.robovm.apple.coremedia with parameters of type CVImageBuffer Modifier and Type Method Description static CMSampleBufferCMSampleBuffer. create(CVImageBuffer imageBuffer, boolean dataReady, CMSampleBuffer.MakeDataReadyCallback callback, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming)static CMVideoFormatDescriptionCMVideoFormatDescription. create(CVImageBuffer imageBuffer)protected static OSStatusCMSampleBuffer. createForImageBuffer0(CFAllocator allocator, CVImageBuffer imageBuffer, boolean dataReady, FunctionPtr makeDataReadyCallback, long makeDataReadyRefcon, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)protected static OSStatusCMSampleBuffer. createForImageBufferWithMakeDataReadyHandler0(CFAllocator allocator, CVImageBuffer imageBuffer, boolean dataReady, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut, Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler)static CMSampleBufferCMSampleBuffer. createReady(CVImageBuffer imageBuffer, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming)protected static OSStatusCMSampleBuffer. createReadyWithImageBuffer0(CFAllocator allocator, CVImageBuffer imageBuffer, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)booleanCMVideoFormatDescription. matchesImageBuffer(CVImageBuffer imageBuffer) -
Uses of CVImageBuffer in org.robovm.apple.corevideo
Subclasses of CVImageBuffer in org.robovm.apple.corevideo Modifier and Type Class Description classCVMetalTextureclassCVOpenGLESTextureclassCVPixelBufferMethods in org.robovm.apple.corevideo with parameters of type CVImageBuffer Modifier and Type Method Description static CVMetalTextureCVMetalTextureCache. createTexture(CFAllocator allocator, CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)static CVMetalTextureCVMetalTextureCache. createTexture(CVMetalTextureCache textureCache, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, MTLPixelFormat pixelFormat, long width, long height, long planeIndex)CVOpenGLESTextureCVOpenGLESTextureCache. createTexture(CFAllocator allocator, CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, int target, int internalFormat, int width, int height, int format, int type, long planeIndex)CVOpenGLESTextureCVOpenGLESTextureCache. createTexture(CVImageBuffer sourceImage, NSDictionary<NSString,?> textureAttributes, int target, int internalFormat, int width, int height, int format, int type, long planeIndex)voidCVImageBuffer. propagateAttributes(CVImageBuffer destinationBuffer)