FFMpegProgress constructor

FFMpegProgress({
  1. required FFMpegProgressPhase phase,
  2. required int fileSize,
  3. required int downloaded,
})

Implementation

FFMpegProgress({
  required this.phase,
  required this.fileSize,
  required this.downloaded,
});