closedCaptionFile property

Future<ClosedCaptionFile>? closedCaptionFile
final

Optional field to specify a file containing the closed captioning.

This future will be awaited and the file will be loaded when initialize() is called.

Implementation

final Future<ClosedCaptionFile>? closedCaptionFile;