TTMasterVariantStream constructor

TTMasterVariantStream({
  1. String? audioGroupId,
  2. int? averageBandwidth,
  3. int? bandwidth,
  4. String? closedCaptionsGroupId,
  5. String? codecs,
  6. double? frameRate,
  7. String? hdcpLevel,
  8. int? programId,
  9. String? resolution,
  10. String? subtitleGroupId,
  11. String? videoGroupId,
  12. String? uri,
})

Implementation

TTMasterVariantStream({
  this.audioGroupId,
  this.averageBandwidth,
  this.bandwidth,
  this.closedCaptionsGroupId,
  this.codecs,
  this.frameRate,
  this.hdcpLevel,
  this.programId,
  this.resolution,
  this.subtitleGroupId,
  this.videoGroupId,
  this.uri,
});