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 Details

    • getRegion

      CGRect getRegion()
    • getBytesPerRow

      long getBytesPerRow()
    • getFormat

      int getFormat()
    • getBaseAddress

      VoidPtr getBaseAddress()
    • getSurface

      IOSurface getSurface()
    • getPixelBuffer

      CVPixelBuffer getPixelBuffer()
    • getMetalTexture

      MTLTexture getMetalTexture()