VideoStream class

Inheritance

Constructors

VideoStream({required String url, required int itag, required String mimeType, required int bitrate, required int width, required int height, required int fps, int? contentLength, int? averageBitrate, String? quality, String? qualityLabel, String? projectionType, String? approxDurationMs})

Properties

approxDurationMs String?
finalinherited
averageBitrate int?
finalinherited
bitrate int
finalinherited
contentLength int?
finalinherited
fps int
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
itag int
finalinherited
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
width int
final

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