RTMPSettingsQuality enum
Values
- n360p → const RTMPSettingsQuality
- n480p → const RTMPSettingsQuality
- n720p → const RTMPSettingsQuality
- n1080p → const RTMPSettingsQuality
- n1440p → const RTMPSettingsQuality
- portrait360x640 → const RTMPSettingsQuality
- portrait480x854 → const RTMPSettingsQuality
- portrait720x1280 → const RTMPSettingsQuality
- portrait1080x1920 → const RTMPSettingsQuality
- portrait1440x2560 → const RTMPSettingsQuality
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
-
toOpenDto(
) → RTMPSettingsRequestQualityEnum -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String quality) → RTMPSettingsQuality
Constants
-
values
→ const List<
RTMPSettingsQuality> - A constant List of the values in this enum, in order of their declaration.