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 SummaryFields Modifier and Type Field Description static intCensorshipAudio仅审查流中的音频static intCensorshipAudioAndVideo审查流中的音频和视频static intCensorshipNone不审查,sdk默认此值static intCensorshipVideo仅审查流中的视频
 - 
Constructor SummaryConstructors Constructor Description ZegoStreamCensorshipMode()
 
- 
- 
- 
Field Detail- 
CensorshipNonepublic static final int CensorshipNone 不审查,sdk默认此值- See Also:
- Constant Field Values
 
 - 
CensorshipAudiopublic static final int CensorshipAudio 仅审查流中的音频- See Also:
- Constant Field Values
 
 - 
CensorshipVideopublic static final int CensorshipVideo 仅审查流中的视频- See Also:
- Constant Field Values
 
 - 
CensorshipAudioAndVideopublic static final int CensorshipAudioAndVideo 审查流中的音频和视频- See Also:
- Constant Field Values
 
 
- 
 
-