-
@FunctionalInterface() public interface StatisticsCallback
Callback function that receives statistics generated for
FFmpegKit
sessions.
-
-
Method Summary
Modifier and Type Method Description abstract void
apply(Statistics statistics)
Called when a statistics entry is received. -
-
Method Detail
-
apply
abstract void apply(Statistics statistics)
Called when a statistics entry is received.
- Parameters:
statistics
- statistics entry
-
-
-
-