StatisticsCallback typedef
        StatisticsCallback =
     void Function(Statistics statistics)
    
    
Callback function that receives statistics generated for "FFmpeg" sessions.
Implementation
typedef StatisticsCallback = void Function(Statistics statistics);