TautulliVideoStream constructor

TautulliVideoStream({
  1. int? id,
  2. int? type,
  3. String? videoCodec,
  4. String? videoCodecLevel,
  5. int? videoBitrate,
  6. int? videoBitDepth,
  7. String? videoChromaSubsampling,
  8. String? videoColorPrimaries,
  9. String? videoColorRange,
  10. String? videoColorSpace,
  11. String? videoColorTRC,
  12. double? videoFrameRate,
  13. int? videoRefFrames,
  14. int? videoHeight,
  15. int? videoWidth,
  16. String? videoLanguage,
  17. String? videoLanguageCode,
  18. String? videoProfile,
  19. String? videoScanType,
  20. bool? selected,
})

Implementation

TautulliVideoStream({
    this.id,
    this.type,
    this.videoCodec,
    this.videoCodecLevel,
    this.videoBitrate,
    this.videoBitDepth,
    this.videoChromaSubsampling,
    this.videoColorPrimaries,
    this.videoColorRange,
    this.videoColorSpace,
    this.videoColorTRC,
    this.videoFrameRate,
    this.videoRefFrames,
    this.videoHeight,
    this.videoWidth,
    this.videoLanguage,
    this.videoLanguageCode,
    this.videoProfile,
    this.videoScanType,
    this.selected,
});