UniversalSubtitleController class

Constructors

UniversalSubtitleController({required String subtitleUrl, String? subtitlesContent, 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
subtitleDecoder SubtitleDecoder?
getter/setter pair
subtitleDelay double
no setter
subtitlesContent String?
getter/setter pair
subtitleType SubtitleType
getter/setter pair
subtitleUrl String
getter/setter pair

Methods

addSubtitleDelay(double milliseconds) → void
attach(SubtitleBloc subtitleBloc) → void
detach() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSubtitleDelay(double milliseconds) → void
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