VideoSuperResolutionModeChangedReason enum

超分状态改变原因

Inheritance
  • Object
  • Enum
  • VideoSuperResolutionModeChangedReason

Values

apiOff → const VideoSuperResolutionModeChangedReason

成功关闭超分。

apiOn → const VideoSuperResolutionModeChangedReason

成功开启超分。

resolutionExceed → const VideoSuperResolutionModeChangedReason

开启超分失败,远端视频流的原始视频分辨率超过 640 × 360 px。

overUse → const VideoSuperResolutionModeChangedReason

开启超分失败,已对一路远端流开启超分。

deviceNotSupport → const VideoSuperResolutionModeChangedReason

设备不支持使用超分辨率。

dynamicClose → const VideoSuperResolutionModeChangedReason

当前设备性能存在风险,已动态关闭超分。

otherSettingDisabled → const VideoSuperResolutionModeChangedReason

超分因其他原因关闭。

otherSettingEnabled → const VideoSuperResolutionModeChangedReason

超分因其他原因开启。

noComponent → const VideoSuperResolutionModeChangedReason

SDK 没有编译超分组件。

streamNotExist → const VideoSuperResolutionModeChangedReason

远端流不存在。房间 ID 或用户 ID 无效,或对方没有发布流。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.