HlsAudioStreamInfo constructor

HlsAudioStreamInfo(
  1. VideoId videoId,
  2. int tag,
  3. Uri url,
  4. StreamContainer container,
  5. FileSize size,
  6. Bitrate bitrate,
  7. String audioCodec,
  8. String qualityLabel,
  9. MediaType codec,
)

Initializes an instance of HlsAudioStreamInfo

Implementation

HlsAudioStreamInfo(
  this.videoId,
  this.tag,
  this.url,
  this.container,
  this.size,
  this.bitrate,
  this.audioCodec,
  this.qualityLabel,
  this.codec,
);