Class ZegoConstants.SeiSendType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SeiSendInVideoFrame
      Deprecated.
      SEI 随视频帧(I, B, P)发送,推荐采用此类型。
      static int SeiSendSingleFrame
      Deprecated.
      SEI 单帧发送,此种发送方式下,ffmpeg 解码会产生类似“此帧无视频”的警告,可能会导致一些 CDN 兼容性问题,例如转码失败等。
    • Constructor Summary

      Constructors 
      Constructor Description
      SeiSendType()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SeiSendSingleFrame

        public static final int SeiSendSingleFrame
        Deprecated.
        SEI 单帧发送,此种发送方式下,ffmpeg 解码会产生类似“此帧无视频”的警告,可能会导致一些 CDN 兼容性问题,例如转码失败等。
        See Also:
        Constant Field Values
      • SeiSendInVideoFrame

        public static final int SeiSendInVideoFrame
        Deprecated.
        SEI 随视频帧(I, B, P)发送,推荐采用此类型。
        See Also:
        Constant Field Values
    • Constructor Detail

      • SeiSendType

        public SeiSendType()
        Deprecated.