RadarrMovieFileMediaInfo constructor

RadarrMovieFileMediaInfo({
  1. String? audioAdditionalFeatures,
  2. int? audioBitrate,
  3. double? audioChannels,
  4. String? audioCodec,
  5. String? audioLanguages,
  6. int? audioStreamCount,
  7. int? videoBitDepth,
  8. int? videoBitrate,
  9. String? videoCodec,
  10. double? videoFps,
  11. String? resolution,
  12. String? runTime,
  13. String? scanType,
  14. String? subtitles,
})

Implementation

RadarrMovieFileMediaInfo({
    this.audioAdditionalFeatures,
    this.audioBitrate,
    this.audioChannels,
    this.audioCodec,
    this.audioLanguages,
    this.audioStreamCount,
    this.videoBitDepth,
    this.videoBitrate,
    this.videoCodec,
    this.videoFps,
    this.resolution,
    this.runTime,
    this.scanType,
    this.subtitles,
});