MuxedStreamInfo constructor

MuxedStreamInfo(
  1. VideoId videoId,
  2. int tag,
  3. Uri url,
  4. StreamContainer container,
  5. FileSize size,
  6. Bitrate bitrate,
  7. String audioCodec,
  8. String videoCodec,
  9. String qualityLabel,
  10. VideoQuality videoQuality,
  11. VideoResolution videoResolution,
  12. Framerate framerate,
  13. MediaType codec,
)

Initializes an instance of MuxedStreamInfo

Implementation

MuxedStreamInfo(
  this.videoId,
  this.tag,
  this.url,
  this.container,
  this.size,
  this.bitrate,
  this.audioCodec,
  this.videoCodec,
  this.qualityLabel,
  this.videoQuality,
  this.videoResolution,
  this.framerate,
  this.codec,
);