Interface ProgressListener
public interface ProgressListener
Implement
ProgressListener interface to receive ffmpeg progress reports.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonProgress(FFmpegProgress progress) Attention: this method is not thread safe and may be invoked in different thread.
-
Method Details
-
onProgress
Attention: this method is not thread safe and may be invoked in different thread. Consider using synchronization.- Parameters:
progress- ffmpeg progress
-