VideoStreamInfo mixin

YouTube media stream that contains video.

Superclass Constraints
Mixin Applications

Properties

bitrate Bitrate
Stream bitrate.
no setterinherited
codec → MediaType
Streams codec.
no setterinherited
container StreamContainer
Stream container.
no setterinherited
fragments List<Fragment>
DASH streams contain multiple stream fragments.
no setterinherited
framerate Framerate
Video framerate.
no setter
hashCode int
The hash code for this object.
no setterinherited
isThrottled bool
Whether the stream is throttled or not.
no setterinherited
qualityLabel String
Stream quality label.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size FileSize
Stream size.
no setterinherited
tag int
Stream tag. Uniquely identifies a stream inside a manifest.
no setterinherited
url Uri
Stream URL.
no setterinherited
videoCodec String
Video codec.
no setter
videoId VideoId
The video id of the video this stream belongs to.
no setterinherited
videoQuality VideoQuality
Video quality.
no setter
videoQualityLabel String
Video quality label, as seen on YouTube.
no setter
videoResolution VideoResolution
Video resolution.
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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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