ByteRTCVideoDenoiseModeChangedReason enum

Inheritance
  • Object
  • Enum
  • ByteRTCVideoDenoiseModeChangedReason
Available extensions

Values

ByteRTCVideoDenoiseModeChangedReasonNull → const ByteRTCVideoDenoiseModeChangedReason

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

ByteRTCVideoDenoiseModeChangedReasonApiOff → const ByteRTCVideoDenoiseModeChangedReason

@brief Successfully turned off video noise reduction by calling setVideoDenoiser:{@link #ByteRTCEngine#setVideoDenoiser}.

ByteRTCVideoDenoiseModeChangedReasonApiOn → const ByteRTCVideoDenoiseModeChangedReason

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

ByteRTCVideoDenoiseModeChangedReasonConfigDisabled → const ByteRTCVideoDenoiseModeChangedReason

@brief Video noise reduction disabled by configuration.

ByteRTCVideoDenoiseModeChangedReasonConfigEnabled → const ByteRTCVideoDenoiseModeChangedReason

@brief Video noise reduction enabled by configuration.

ByteRTCVideoDenoiseModeChangedReasonInternalException → const ByteRTCVideoDenoiseModeChangedReason

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

ByteRTCVideoDenoiseModeChangedReasonDynamicClose → const ByteRTCVideoDenoiseModeChangedReason

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

ByteRTCVideoDenoiseModeChangedReasonDynamicOpen → const ByteRTCVideoDenoiseModeChangedReason

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

ByteRTCVideoDenoiseModeChangedReasonResolution → const ByteRTCVideoDenoiseModeChangedReason

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