VideoDenoiseModeChangedReason enum
Values
- VIDEO_DENOISE_MODE_CHANGED_REASON_NULL → const VideoDenoiseModeChangedReason
-
@brief Video noise reduction mode changed due to unknown reasons.
- VIDEO_DENOISE_MODE_CHANGED_REASON_API_OFF → const VideoDenoiseModeChangedReason
-
@brief Successfully turned off the video noise reduction mode by calling setVideoDenoiser{@link #RTCEngine#setVideoDenoiser}.
- VIDEO_DENOISE_MODE_CHANGED_REASON_API_ON → const VideoDenoiseModeChangedReason
-
@brief Successfully turned on the video noise reduction mode by calling setVideoDenoiser{@link #RTCEngine#setVideoDenoiser}.
- VIDEO_DENOISE_MODE_CHANGED_REASON_CONFIG_DISABLED → const VideoDenoiseModeChangedReason
-
@brief Video noise reduction disabled by configuration.
- VIDEO_DENOISE_MODE_CHANGED_REASON_CONFIG_ENABLED → const VideoDenoiseModeChangedReason
-
@brief Video noise reduction enabled by configuration.
- VIDEO_DENOISE_MODE_CHANGED_REASON_INTERNAL_EXCEPTION → const VideoDenoiseModeChangedReason
-
@brief Video noise reduction turned off due to internal exceptions.
- VIDEO_DENOISE_MODE_CHANGED_REASON_DYNAMIC_CLOSE → const VideoDenoiseModeChangedReason
-
@brief Video noise reduction turned off due to hardware performance stress.
- VIDEO_DENOISE_MODE_CHANGED_REASON_DYNAMIC_OPEN → const VideoDenoiseModeChangedReason
-
@brief Device hardware capacity is sufficient, video noise reduction turned on.
- VIDEO_DENOISE_MODE_CHANGED_REASON_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.
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.