@FunctionalInterface() public interface LogCallback
Callback function that receives logs generated for FFmpegKit sessions.
FFmpegKit
abstract void
apply(Log log)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void apply(Log log)
Called when a log entry is received.
log