StreamInfo mixin

Generic YouTube media stream.

Mixin Applications

Properties

bitrate Bitrate
Stream bitrate.
no setter
codec → MediaType
Streams codec.
no setter
container StreamContainer
Stream container.
no setter
fragments List<Fragment>
DASH streams contain multiple stream fragments.
no setter
hashCode int
The hash code for this object.
no setterinherited
isThrottled bool
Whether the stream is throttled or not.
no setter
qualityLabel String
Stream quality label.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size FileSize
Stream size.
no setter
tag int
Stream tag. Uniquely identifies a stream inside a manifest.
no setter
url Uri
Stream URL.
no setter
videoId VideoId
The video id of the video this stream belongs to.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert to a json-serialized type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited