VideoQuality class
- Inheritance
-
- Object
- ProtobufEnum
- VideoQuality
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's name or the value if names are not represented.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → VideoQuality?
Constants
- HIGH → const VideoQuality
-
VideoQuality._(2, _omitEnumNames ? '' : 'HIGH')
- LOW → const VideoQuality
-
VideoQuality._(0, _omitEnumNames ? '' : 'LOW')
- MEDIUM → const VideoQuality
-
VideoQuality._(1, _omitEnumNames ? '' : 'MEDIUM')
- OFF → const VideoQuality
-
VideoQuality._(3, _omitEnumNames ? '' : 'OFF')
-
values
→ const List<
VideoQuality> -
<VideoQuality>[LOW, MEDIUM, HIGH, OFF]