MuxedStreamInfo constructor
MuxedStreamInfo(
- VideoId videoId,
- int tag,
- Uri url,
- StreamContainer container,
- FileSize size,
- Bitrate bitrate,
- String audioCodec,
- String videoCodec,
- String qualityLabel,
- VideoQuality videoQuality,
- VideoResolution videoResolution,
- Framerate framerate,
- 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,
);