Class ZegoConstants.ZegoStreamCensorshipMode

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.ZegoStreamCensorshipMode
    extends java.lang.Object
    推rtc流时指定该流的审查模式,常用于音视频鉴黄场景,需要使用此功能联系zego 技术支持
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ZegoStreamCensorshipMode

        public ZegoStreamCensorshipMode()