BetterPlayerAsmsTrack constructor

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

Implementation

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