SubtitleFormats class

The subtitle file formats that can be used to create a side-loaded SubtitleTrack. Please note that not all formats are supported on all platforms. Check the documentation for each constant for more information.

Constructors

SubtitleFormats()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

cea608 → const String
cea708 → const String
dvbsubs → const String
mp4cea608 → const String
mp4vtt → const String
ssa → const String
Available on Android.
subrip → const String
ttml → const String
tx3g → const String
vtt → const String
Available on Android and iOS.