ByteRTCVideoSuperResolutionModeChangedReason enum
Values
- ByteRTCVideoSuperResolutionModeChangedReasonAPIOff → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief Successfully turned off the super resolution mode by calling setRemoteVideoSuperResolution:withMode:{@link #ByteRTCEngine#setRemoteVideoSuperResolution:withMode}.
- ByteRTCVideoSuperResolutionModeChangedReasonAPIOn → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief Successfully turned on the super resolution mode by calling setRemoteVideoSuperResolution:withMode:{@link #ByteRTCEngine#setRemoteVideoSuperResolution:withMode}.
- ByteRTCVideoSuperResolutionModeChangedReasonResolutionExceed → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief Failed to turn on super-resolution mode. The original resolution of the remote video stream should not exceed 640 × 360 pixels.
- ByteRTCVideoSuperResolutionModeChangedReasonOverUse → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief Failed to turn on super-resolution mode. You can only turn on super-resolution mode for one stream.
- ByteRTCVideoSuperResolutionModeChangedReasonDeviceNotSupport → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief Incompatible device for super resolution.
- ByteRTCVideoSuperResolutionModeChangedReasonDynamicClose → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief the device performance is not enough, VideoSuperResolution is closed dynamically
- ByteRTCVideoSuperResolutionModeChangedReasonOtherSettingDisabled → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief The super-resolution mode is turned off for other reasons.
- ByteRTCVideoSuperResolutionModeChangedReasonOtherSettingEnabled → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief The super-resolution mode is turned on for other reasons.
- ByteRTCVideoSuperResolutionModeChangedReasonNoComponent → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief The super-resolution mode is not compiled in the SDK.
- ByteRTCVideoSuperResolutionModeChangedReasonStreamNotExist → const ByteRTCVideoSuperResolutionModeChangedReason
-
@brief The remote stream does not exist. Reasons include invalid room ID, user ID, or the stream is not published.
Properties
- $value → dynamic
-
final
- 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<
ByteRTCVideoSuperResolutionModeChangedReason> - A constant List of the values in this enum, in order of their declaration.