AudioStreamInfo mixin

YouTube media stream that contains audio.

Superclass Constraints
Mixin Applications

Properties

audioCodec String
no setter
audioTrack → AudioTrack?
Audio track which describes the language of the audio.
no setter
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
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
videoId VideoId
The video id of the video this stream belongs to.
no setterinherited

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