Package com.zego.zegoliveroom.constants
Class ZegoConstants.ZegoStreamCensorshipMode
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.ZegoStreamCensorshipMode
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoStreamCensorshipMode extends java.lang.Object
推rtc流时指定该流的审查模式,常用于音视频鉴黄场景,需要使用此功能联系zego 技术支持
-
-
Field Summary
Fields Modifier and Type Field Description static int
CensorshipAudio
仅审查流中的音频static int
CensorshipAudioAndVideo
审查流中的音频和视频static int
CensorshipNone
不审查,sdk默认此值static int
CensorshipVideo
仅审查流中的视频
-
Constructor Summary
Constructors Constructor Description ZegoStreamCensorshipMode()
-
-
-
Field Detail
-
CensorshipNone
public static final int CensorshipNone
不审查,sdk默认此值- See Also:
- Constant Field Values
-
CensorshipAudio
public static final int CensorshipAudio
仅审查流中的音频- See Also:
- Constant Field Values
-
CensorshipVideo
public static final int CensorshipVideo
仅审查流中的视频- See Also:
- Constant Field Values
-
CensorshipAudioAndVideo
public static final int CensorshipAudioAndVideo
审查流中的音频和视频- See Also:
- Constant Field Values
-
-