ComputeManifestParams class
For allowing manifest to be used.
Constructors
- ComputeManifestParams({required String videoId, required bool subtitlesCached, ClosedCaptionManifest? closedCaptionsManifest})
-
Initialise this object.
const
Properties
- closedCaptionsManifest → ClosedCaptionManifest?
-
Manifest if it is already fetched.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- subtitlesCached → bool
-
Whether or not cached.
final
- videoId → String
-
Video ID.
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