VariantInfo constructor

VariantInfo({
  1. int? bitrate,
  2. String? videoGroupId,
  3. String? audioGroupId,
  4. String? subtitleGroupId,
  5. String? captionGroupId,
})

Implementation

VariantInfo({
  this.bitrate,
  this.videoGroupId,
  this.audioGroupId,
  this.subtitleGroupId,
  this.captionGroupId,
});