Interface AndroidHardwareBuffer

All Known Implementing Classes:
AndroidHardwareBuffer.CppProxy

public interface AndroidHardwareBuffer
  • Method Details

    • destroy

      void destroy()
    • unlock

      boolean unlock()
    • isLocked

      boolean isLocked()
    • width

      int width()
    • height

      int height()
    • create

      @Nullable static AndroidHardwareBuffer create(int width, int height)