AudioStream class

Inheritance

Constructors

AudioStream({required String url, required int itag, required String mimeType, required int bitrate, required int audioSampleRate, required int audioChannels, String? language, String? languageDisplayName, bool isDefaultAudio = false, int? contentLength, int? averageBitrate, String? quality, String? qualityLabel, String? projectionType, String? approxDurationMs})

Properties

approxDurationMs String?
finalinherited
audioChannels int
final
audioSampleRate int
final
averageBitrate int?
finalinherited
bitrate int
finalinherited
contentLength int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isDefaultAudio bool
final
itag int
finalinherited
language String?
final
languageDisplayName String?
final
mimeType String
finalinherited
projectionType String?
finalinherited
quality String?
finalinherited
qualityLabel String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
finalinherited

Methods

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

Operators

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