VideoDenoiseModeChangedReason enum

{zh} * @hidden for internal use only @detail keytype @brief 视频降噪模式状态改变原因。

Inheritance
Available extensions

Values

VIDEO_DENOISE_MODE_CHANGED_REASON_NULL → const VideoDenoiseModeChangedReason

@brief Video noise reduction mode changed due to unknown reasons.

apiOff → const VideoDenoiseModeChangedReason

@brief Successfully turned off the video noise reduction mode by calling setVideoDenoiser{@link #RTCEngine#setVideoDenoiser}.

apiOn → const VideoDenoiseModeChangedReason

@brief Successfully turned on the video noise reduction mode by calling setVideoDenoiser{@link #RTCEngine#setVideoDenoiser}.

configDisabled → const VideoDenoiseModeChangedReason

@brief Video noise reduction disabled by configuration.

configEnabled → const VideoDenoiseModeChangedReason

@brief Video noise reduction enabled by configuration.

dynamicClose → const VideoDenoiseModeChangedReason

@brief Video noise reduction turned off due to hardware performance stress.

dynamicOpen → const VideoDenoiseModeChangedReason

@brief Device hardware capacity is sufficient, video noise reduction turned on.

resolution → const VideoDenoiseModeChangedReason

@brief Video noise reduction mode changed due to video resolution. High resolution leads to high hardware utilization. Reduce the resolution to recover video noise reduction.

internalException → const VideoDenoiseModeChangedReason

@brief Video noise reduction turned off due to internal exceptions.

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