FFMpegProgress constructor
FFMpegProgress({
- required FFMpegProgressPhase phase,
- required int fileSize,
- required int downloaded,
Implementation
FFMpegProgress({
required this.phase,
required this.fileSize,
required this.downloaded,
});