ClosedCaptionFile class abstract

A structured representation of a parsed closed caption file.

A closed caption file includes a list of captions, each with a start and end time for when the given closed caption should be displayed.

The captions are a list of all captions in a file, in the order that they appeared in the file.

See:

Implementers

Constructors

ClosedCaptionFile()

Properties

captions List<Caption>
The full list of captions from a given file.
no setter
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