Package org.robovm.apple.coreimage
Interface CIImageProcessorOutput
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CIImageProcessorOutputAdapter
public interface CIImageProcessorOutput extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description VoidPtrgetBaseAddress()longgetBytesPerRow()intgetFormat()MTLCommandBuffergetMetalCommandBuffer()MTLTexturegetMetalTexture()CVPixelBuffergetPixelBuffer()CGRectgetRegion()IOSurfacegetSurface()
-
Method Details
-
getRegion
CGRect getRegion() -
getBytesPerRow
long getBytesPerRow() -
getFormat
int getFormat() -
getBaseAddress
VoidPtr getBaseAddress() -
getSurface
IOSurface getSurface() -
getPixelBuffer
CVPixelBuffer getPixelBuffer() -
getMetalTexture
MTLTexture getMetalTexture() -
getMetalCommandBuffer
MTLCommandBuffer getMetalCommandBuffer()
-