BetterPlayerAsmsAudioTrack constructor

BetterPlayerAsmsAudioTrack({
  1. int? id,
  2. bool? segmentAlignment,
  3. String? label,
  4. String? language,
  5. String? url,
  6. String? mimeType,
})

Implementation

BetterPlayerAsmsAudioTrack(
    {this.id,
    this.segmentAlignment,
    this.label,
    this.language,
    this.url,
    this.mimeType});