FFmpeg constructor

FFmpeg({
  1. String? pathFFmpeg,
})

Implementation

FFmpeg({String? pathFFmpeg}) {
  pathFFmpeg ??= path_ffmpeg;
}