StreamManifest class
Manifest that contains information about available media streams in a specific video.
Constructors
-
StreamManifest(Iterable<
StreamInfo> streams) - Initializes an instance of StreamManifest
Properties
-
audio
→ Iterable<
AudioStreamInfo> -
Gets streams that contain audio
(which includes muxed and audio-only streams).
read-only
-
audioOnly
→ Iterable<
AudioOnlyStreamInfo> -
Gets audio-only streams (no video).
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
muxed
→ Iterable<
MuxedStreamInfo> -
Gets muxed streams (contain both audio and video).
Note that muxed streams are limited in quality and don't go beyond 720p30.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
streams
→ UnmodifiableListView<
StreamInfo> -
Available streams.
final
-
video
→ Iterable<
VideoStreamInfo> -
Gets streams that contain video
(which includes muxed and video-only streams).
read-only
-
videoOnly
→ Iterable<
VideoOnlyStreamInfo> -
Gets video-only streams (no audio).
These streams have the widest range of qualities available.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited