Package org.robovm.apple.coreimage
Interface CIImageProcessorInput
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CIImageProcessorInputAdapter
public interface CIImageProcessorInput extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description VoidPtrgetBaseAddress()longgetBytesPerRow()intgetFormat()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()
-