ZegoVideoDenoiseParams class
视频降噪参数。
Constructors
- ZegoVideoDenoiseParams(ZegoVideoDenoiseMode mode, ZegoVideoDenoiseStrength strength)
- ZegoVideoDenoiseParams.defaultParam()
- 默认构造一个视频降噪参数对象。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ ZegoVideoDenoiseMode
-
详情描述:视频降噪模式。默认值:Off。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strength ↔ ZegoVideoDenoiseStrength
-
详情描述:视频降噪强度。默认值:Light。
getter/setter pair
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