BetterPlayerAsmsSubtitleSegment class

Class which represents one segment of subtitles. It consists of start time and end time which are relative from start of the video and real url of the video (with domain and all paths).

Constructors

BetterPlayerAsmsSubtitleSegment(Duration startTime, Duration endTime, String realUrl)

Properties

endTime Duration
End of the subtitles counting from the start of the video.
final
hashCode int
The hash code for this object.
no setterinherited
realUrl String
Real url of the subtitles (with all domains and paths).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime Duration
Start of the subtitles counting from the start of the video.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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