FFmpeg constructor
FFmpeg({
- String? pathFFmpeg,
Implementation
FFmpeg({String? pathFFmpeg}) {
pathFFmpeg ??= path_ffmpeg;
}
FFmpeg({String? pathFFmpeg}) {
pathFFmpeg ??= path_ffmpeg;
}