ClosedCaptionFormat class
SubTiles format.
- Annotations
Constructors
- ClosedCaptionFormat(String formatCode)
-
const
-
ClosedCaptionFormat.fromJson(Map<
String, dynamic> json) -
factory
Properties
- formatCode → String
-
Format code as string.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- srv1 → const ClosedCaptionFormat
-
.srv format(1).
const ClosedCaptionFormat('srv1')
- srv2 → const ClosedCaptionFormat
-
.srv format(2).
const ClosedCaptionFormat('srv2')
- srv3 → const ClosedCaptionFormat
-
.srv format(3).
const ClosedCaptionFormat('srv3')
- ttml → const ClosedCaptionFormat
-
.ttml format.
const ClosedCaptionFormat('ttml')
-
values
→ const List<
ClosedCaptionFormat> -
List of all sub titles format.
const [srv1, srv2, srv3, ttml, vtt]
- vtt → const ClosedCaptionFormat
-
.vtt format.
const ClosedCaptionFormat('vtt')