TautulliMediaInfo constructor

TautulliMediaInfo({
  1. int? id,
  2. String? container,
  3. int? bitrate,
  4. int? height,
  5. int? width,
  6. double? aspectRatio,
  7. String? videoCodec,
  8. String? videoResolution,
  9. String? videoFullResolution,
  10. String? videoFramerate,
  11. String? videoProfile,
  12. String? audioCodec,
  13. int? audioChannels,
  14. String? audioChannelLayout,
  15. String? audioProfile,
  16. bool? optimizedVersion,
  17. String? channelCallSign,
  18. String? channelIdentifier,
  19. String? channelThumb,
  20. List<TautulliMediaInfoParts>? parts,
})

Implementation

TautulliMediaInfo({
    this.id,
    this.container,
    this.bitrate,
    this.height,
    this.width,
    this.aspectRatio,
    this.videoCodec,
    this.videoResolution,
    this.videoFullResolution,
    this.videoFramerate,
    this.videoProfile,
    this.audioCodec,
    this.audioChannels,
    this.audioChannelLayout,
    this.audioProfile,
    this.optimizedVersion,
    this.channelCallSign,
    this.channelIdentifier,
    this.channelThumb,
    this.parts,
});