VideoQuality enum

Defines different video quality levels based on internet speed.

Inheritance
Available extensions

Values

low_140p → const VideoQuality

Represents low quality video at 140p.

standard_480p → const VideoQuality

Represents standard definition (SD) video at 480p.

hd_720p → const VideoQuality

Represents high definition (HD) video at 720p.

fullHd_1080p → const VideoQuality

Represents full high definition (Full HD) video at 1080p.

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
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.