ClosedCaptionFormat class
SubTiles format.
- Annotations
-
- @JsonSerializable()
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.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- srv1 → const ClosedCaptionFormat
- .srv format(1).
- srv2 → const ClosedCaptionFormat
- .srv format(2).
- srv3 → const ClosedCaptionFormat
- .srv format(3).
- ttml → const ClosedCaptionFormat
- .ttml format.
-
values
→ const List<
ClosedCaptionFormat> - List of all sub titles format.
- vtt → const ClosedCaptionFormat
- .vtt format.