Class ZegoConstants.StreamKey

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.StreamKey
    extends java.lang.Object
    流信息的key.
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamKey()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MIX_STREAM_ID

        public static final java.lang.String MIX_STREAM_ID
        混流id.
        See Also:
        Constant Field Values
      • RTMP_URL_LIST

        public static final java.lang.String RTMP_URL_LIST
        rtmp url列表.
        See Also:
        Constant Field Values
      • FLV_URL_LIST

        public static final java.lang.String FLV_URL_LIST
        flv url列表.
        See Also:
        Constant Field Values
      • HLS_URL_LST

        public static final java.lang.String HLS_URL_LST
        hls url列表.
        See Also:
        Constant Field Values
      • MIX_NON_EXISTS_STREAM

        public static final java.lang.String MIX_NON_EXISTS_STREAM
        混流不存在输入流列表
        See Also:
        Constant Field Values
      • MIX_STREAM_WIDTH

        public static final java.lang.String MIX_STREAM_WIDTH
        混流的宽度.
        See Also:
        Constant Field Values
      • MIX_STREAM_HEIGHT

        public static final java.lang.String MIX_STREAM_HEIGHT
        混流的高度.
        See Also:
        Constant Field Values
      • MIX_CONFIG_SEQ

        public static final java.lang.String MIX_CONFIG_SEQ
        每次混流的Seq
        See Also:
        Constant Field Values
    • Constructor Detail

      • StreamKey

        public StreamKey()