AudioOnlyStreamInfo constructor

AudioOnlyStreamInfo(
  1. int tag,
  2. Uri url,
  3. StreamContainer container,
  4. FileSize size,
  5. Bitrate bitrate,
  6. String audioCodec,
  7. String qualityLabel,
  8. List<Fragment> fragments,
  9. MediaType codec,
)

Implementation

AudioOnlyStreamInfo(
  this.tag,
  this.url,
  this.container,
  this.size,
  this.bitrate,
  this.audioCodec,
  this.qualityLabel,
  this.fragments,
  this.codec,
);