SubtitleController constructor
SubtitleController({
- String? subtitleUrl,
- Map<
String, String> ? headers, - String? subtitlesContent,
- bool showSubtitles = true,
- SubtitleDecoder? subtitleDecoder,
- SubtitleType subtitleType = SubtitleType.webvtt,
Implementation
SubtitleController({
this.subtitleUrl,
this.headers,
this.subtitlesContent,
this.showSubtitles = true,
this.subtitleDecoder,
this.subtitleType = SubtitleType.webvtt,
});