BetterPlayerSubtitlesSource constructor

BetterPlayerSubtitlesSource({
  1. BetterPlayerSubtitlesSourceType? type,
  2. String? name = "Default subtitles",
  3. List<String?>? urls,
  4. String? content,
  5. bool? selectedByDefault,
  6. Map<String, String>? headers,
  7. bool? asmsIsSegmented,
  8. int? asmsSegmentsTime,
  9. List<BetterPlayerAsmsSubtitleSegment>? asmsSegments,
})

Implementation

BetterPlayerSubtitlesSource({
  this.type,
  this.name = "Default subtitles",
  this.urls,
  this.content,
  this.selectedByDefault,
  this.headers,
  this.asmsIsSegmented,
  this.asmsSegmentsTime,
  this.asmsSegments,
});