SubtitleController class

Constructors

SubtitleController({String? subtitleUrl, String? subtitlesContent, bool showSubtitles = true, SubtitleDecoder? subtitleDecoder, SubtitleType subtitleType = SubtitleType.webvtt})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSubtitles bool
final
subtitleDecoder SubtitleDecoder?
getter/setter pair
subtitlesContent String?
getter/setter pair
subtitleType SubtitleType
getter/setter pair
subtitleUrl String?
getter/setter pair

Methods

attach(SubtitleBloc subtitleBloc) → void
detach() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSubtitleContent({required String content}) → void
updateSubtitleUrl({required String url}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited