VideoManifest class

Used to perform grabbing both manifests in a single isolate.

Constructors

VideoManifest({required StreamManifest streamManifest, required ClosedCaptionManifest closedCaptionManifest, required Map<String, String> subtitlesByLanguageCache})
Initialise this object.
const

Properties

closedCaptionManifest ClosedCaptionManifest
Contains subtitles information.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
streamManifest StreamManifest
Contains streaming URL information.
final
subtitlesByLanguageCache Map<String, String>
For each language.
final

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