ffmpegName property

String get ffmpegName

Implementation

String get ffmpegName {
  switch (this) {
    case mp3:
      return 'mp3';
    case aac:
      return 'aac';
    case flac:
      return 'flac';
    case wav:
      return 'wav';
    case opus:
      return 'opus';
  }
}