ClosedCaptionTrack class
Track that contains closed captions in a specific language.
- Annotations
-
- @JsonSerializable()
Constructors
- ClosedCaptionTrack( )
- Initializes an instance of ClosedCaptionTrack.
-
ClosedCaptionTrack.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
Closed captions.
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
-
getByTime(
Duration time) → ClosedCaption? - Gets the caption displayed at the specified point in time. Returns null if not found.
-
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