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:
Constructors
Properties
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