ZegoVideoDenoiseStrength enum
视频降噪强度。
Constructors
- ZegoVideoDenoiseStrength()
-
const
Values
- Light → const ZegoVideoDenoiseStrength
-
视频降噪强度低。
- Medium → const ZegoVideoDenoiseStrength
-
视频降噪强度中。
- Heavy → const ZegoVideoDenoiseStrength
-
视频降噪强度高。
Properties
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<
ZegoVideoDenoiseStrength> - A constant List of the values in this enum, in order of their declaration.