VideoQuality enum

Video quality.

Inheritance
Available extensions

Values

unknown → const VideoQuality

Unknown video quality. (This should be reported to the project's repo if this is NOT a DASH Stream .)

low144 → const VideoQuality

Low quality (144p).

low240 → const VideoQuality

Low quality (240p).

medium360 → const VideoQuality

Medium quality (360p).

medium480 → const VideoQuality

Medium quality (480p).

high720 → const VideoQuality

High quality (720p).

high1080 → const VideoQuality

High quality (1080p).

high1440 → const VideoQuality

High quality (1440p).

high2160 → const VideoQuality

High quality (2160p).

high2880 → const VideoQuality

High quality (2880p).

high3072 → const VideoQuality

High quality (3072p).

high4320 → const VideoQuality

High quality (4320p).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
qualityString String

Available on VideoQuality, provided by the QString extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<VideoQuality>
A constant List of the values in this enum, in order of their declaration.