SubtitlesInfo class
The subtitle information of the video. Contains the text duration, text and attributes, and picture info.
- Annotations
Constructors
-
SubtitlesInfo(int? textDuration, List? textsInfo, Map<
Object?, Object?> ? pictureInfo) -
Creates an instance of SubtitlesInfo.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
pictureInfo
→ Map<
Object?, Object?> ? -
Subtitle picture info of the video. Includes the picture and its width and height.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDuration → int?
-
The duration of text.
final
- textsInfo → List?
-
Text and attributes of the video subtitle.
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.
override