-
@FunctionalInterface() public interface StatisticsCallback
Callback function that receives statistics generated for
FFmpegKitsessions.
-
-
Method Summary
Modifier and Type Method Description abstract voidapply(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
-
-
-
-