Package 

Interface WebPEncoderProgressListener

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onProgressChanged(Integer progress) This function is called when the encoding progress changes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onProgressChanged

         abstract Boolean onProgressChanged(Integer progress)

        This function is called when the encoding progress changes.

        Parameters:
        progress - The progress value indicating the current state of the encoding process.