VideoResolution enum
Values
- vga360p → const VideoResolution
- vga480p → const VideoResolution
- qhd540p → const VideoResolution
- hd720p → const VideoResolution
- fhd1080p → const VideoResolution
- qhd1440p → const VideoResolution
- uhd2160p → const VideoResolution
- auto → const VideoResolution
- original → const VideoResolution
Properties
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<
VideoResolution> - A constant List of the values in this enum, in order of their declaration.