BetterPlayerAsmsSubtitle constructor

BetterPlayerAsmsSubtitle({
  1. String? language,
  2. String? name,
  3. String? mimeType,
  4. bool? segmentAlignment,
  5. String? url,
  6. List<String>? realUrls,
  7. bool? isSegmented,
  8. int? segmentsTime,
  9. List<BetterPlayerAsmsSubtitleSegment>? segments,
  10. bool? isDefault,
})

Implementation

BetterPlayerAsmsSubtitle({
  this.language,
  this.name,
  this.mimeType,
  this.segmentAlignment,
  this.url,
  this.realUrls,
  this.isSegmented,
  this.segmentsTime,
  this.segments,
  this.isDefault,
});