Interface IImageIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activate()  
      void deactivate()  
      void setExifOrientation​(int exifOrientation)  
      • Methods inherited from interface android.media.ImageReader.OnImageAvailableListener

        onImageAvailable
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • setExifOrientation

        void setExifOrientation​(int exifOrientation)
      • activate

        void activate()
      • deactivate

        void deactivate()