-
public interface WebPEncoderProgressListenerThe WebPEncoderProgressListener interface defines a callback for receiving progress updates during the WebP encoding process.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonProgressChanged(Integer progress)This function is called when the encoding progress changes. -
-
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.
-
-
-
-