VideoSuperResolutionModeChangedReason enum

{zh} * @hidden for internal use only @detail keytype @brief 超分状态改变原因。

Inheritance
  • Object
  • Enum
  • VideoSuperResolutionModeChangedReason
Available extensions

Values

apiOff → const VideoSuperResolutionModeChangedReason

@brief Successfully turned off the super resolution mode by calling setRemoteVideoSuperResolution{@link #RTCEngine#setRemoteVideoSuperResolution}.

apiOn → const VideoSuperResolutionModeChangedReason

@brief Successfully turned on the super resolution mode by calling setRemoteVideoSuperResolution{@link #RTCEngine#setRemoteVideoSuperResolution}.

resolutionExceed → const VideoSuperResolutionModeChangedReason

@brief Failed to turn on super-resolution mode. The original resolution of the remote video stream should not exceed 640 × 360 pixels.

overUse → const VideoSuperResolutionModeChangedReason

@brief Failed to turn on super-resolution mode. You can only turn on super-resolution mode for one stream.

deviceNotSupport → const VideoSuperResolutionModeChangedReason

@brief Incompatible device for super resolution.

dynamicClose → const VideoSuperResolutionModeChangedReason

@brief The super-resolution mode is turned off because of lacking device capabilities.

otherSettingDisabled → const VideoSuperResolutionModeChangedReason

@brief The super-resolution mode is turned off for other reasons.

otherSettingEnabled → const VideoSuperResolutionModeChangedReason

@brief The super-resolution mode is turned on for other reasons.

noComponent → const VideoSuperResolutionModeChangedReason

@brief The super-resolution mode is not compiled in the SDK.

streamNotExist → const VideoSuperResolutionModeChangedReason

@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<VideoSuperResolutionModeChangedReason>
A constant List of the values in this enum, in order of their declaration.