enableStatisticsCallback static method
Sets a global callback to redirect FFmpeg statistics.
Implementation
static void enableStatisticsCallback([
StatisticsCallback? statisticsCallback = null,
]) {
FFmpegKitFactory.setGlobalStatisticsCallback(statisticsCallback);
}