Interface OutputListener
public interface OutputListener
Extend this interface to analyze ffmpeg output.
-
Method Summary
-
Method Details
-
onOutput
Invoked for every ffmpeg log message with level INFO and higher.Attention: this method is not thread safe and may be invoked in different thread. Consider using synchronization.
- Parameters:
message- ffmpeg log message
-