TTMasterRendition constructor

TTMasterRendition({
  1. String? type,
  2. String? uri,
  3. String? assocLanguage,
  4. bool? autoSelect,
  5. bool? forced,
  6. String? groupId,
  7. int? infoId,
  8. bool? isDefault,
  9. String? language,
  10. String? name,
  11. int? trackType,
  12. int? variantIndex,
  13. String? inStreamId,
  14. String? characteristics,
  15. String? channels,
})

Implementation

TTMasterRendition({
  this.type,
  this.uri,
  this.assocLanguage,
  this.autoSelect,
  this.forced,
  this.groupId,
  this.infoId,
  this.isDefault,
  this.language,
  this.name,
  this.trackType,
  this.variantIndex,
  this.inStreamId,
  this.characteristics,
  this.channels,
});