@FunctionalInterface
public interface LogCallback
Callback function that receives logs generated for FFmpegKit
sessions.
Modifier and Type | Method and Description |
---|---|
void |
apply(Log log)
Called when a log entry is received.
|
void apply(Log log)
Called when a log entry is received.
log
- log entry