PlayerKidTrack constructor

PlayerKidTrack(
  1. String? id,
  2. int? width,
  3. int? height,
  4. int? bitrate,
  5. String? urlQuality,
  6. int? frameRate,
  7. String? codecs,
  8. String? mimeType,
)

Implementation

PlayerKidTrack(this.id, this.width, this.height, this.bitrate,
    this.urlQuality, this.frameRate, this.codecs, this.mimeType);