Interface ProgressListener


public interface ProgressListener
Implement ProgressListener interface to receive ffmpeg progress reports.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Attention: this method is not thread safe and may be invoked in different thread.
  • Method Details

    • onProgress

      void onProgress(FFmpegProgress progress)
      Attention: this method is not thread safe and may be invoked in different thread. Consider using synchronization.
      Parameters:
      progress - ffmpeg progress