OmniVideoQuality enum

Video quality.

Inheritance
Available extensions

Values

unknown → const OmniVideoQuality

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

low144 → const OmniVideoQuality

Low quality (144p).

low240 → const OmniVideoQuality

Low quality (240p).

medium360 → const OmniVideoQuality

Medium quality (360p).

medium480 → const OmniVideoQuality

Medium quality (480p).

high720 → const OmniVideoQuality

High quality (720p).

high1080 → const OmniVideoQuality

High quality (1080p).

high1440 → const OmniVideoQuality

High quality (1440p).

high2160 → const OmniVideoQuality

High quality (2160p).

high2880 → const OmniVideoQuality

High quality (2880p).

high3072 → const OmniVideoQuality

High quality (3072p).

high4320 → const OmniVideoQuality

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 OmniVideoQuality, provided by the QString extension

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

Methods

compareTo(OmniVideoQuality other) int

Available on OmniVideoQuality, provided by the QString extension

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<OmniVideoQuality>
A constant List of the values in this enum, in order of their declaration.