RCRTCVideoResolution enum
- Inheritance
- Available extensions
Values
- resolution_144_176 → const RCRTCVideoResolution
- resolution_180_180 → const RCRTCVideoResolution
- resolution_144_256 → const RCRTCVideoResolution
- resolution_180_240 → const RCRTCVideoResolution
- resolution_180_320 → const RCRTCVideoResolution
- resolution_240_240 → const RCRTCVideoResolution
- resolution_240_320 → const RCRTCVideoResolution
- resolution_360_360 → const RCRTCVideoResolution
- resolution_360_480 → const RCRTCVideoResolution
- resolution_360_640 → const RCRTCVideoResolution
- resolution_480_480 → const RCRTCVideoResolution
- resolution_480_640 → const RCRTCVideoResolution
- resolution_480_720 → const RCRTCVideoResolution
- resolution_480_848 → const RCRTCVideoResolution
- resolution_720_960 → const RCRTCVideoResolution
- resolution_720_1280 → const RCRTCVideoResolution
- resolution_1080_1920 → const RCRTCVideoResolution
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
Available on RCRTCVideoResolution, provided by the RCRTCVideoResolutionExtension extension
no setter - 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
- width → int
-
Available on RCRTCVideoResolution, provided by the RCRTCVideoResolutionExtension extension
no setter
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<
RCRTCVideoResolution> - A constant List of the values in this enum, in order of their declaration.