Package com.zego.zegoavkit2.entities
Class ZegoVideoDenoiseParams
- java.lang.Object
-
- com.zego.zegoavkit2.entities.ZegoVideoDenoiseParams
-
public class ZegoVideoDenoiseParams extends java.lang.Object
视频降噪参数
-
-
Field Summary
Fields Modifier and Type Field Description int
mode
视频降噪模式,参考ZegoConstants.ZegoVideoDenoiseMode
int
strength
视频降噪强度,参考ZegoConstants.ZegoVideoDenoiseStrength
-
Constructor Summary
Constructors Constructor Description ZegoVideoDenoiseParams()
-
-
-
Field Detail
-
mode
public int mode
视频降噪模式,参考ZegoConstants.ZegoVideoDenoiseMode
-
strength
public int strength
视频降噪强度,参考ZegoConstants.ZegoVideoDenoiseStrength
-
-