Class ZegoConstants.PublishChannelIndex

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AUX
      Deprecated.
      第二路推流通道,默认没有声音,需要指定音频源。
      static int FOURTH
      Deprecated.
      第四路推流通道,默认没有声音,需要指定音频源。
      static int MAIN
      Deprecated.
      主推流通道,默认通道
      static int THIRD
      Deprecated.
      第三路推流通道,默认没有声音,需要指定音频源。
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MAIN

        public static final int MAIN
        Deprecated.
        主推流通道,默认通道
        See Also:
        Constant Field Values
      • AUX

        public static final int AUX
        Deprecated.
        第二路推流通道,默认没有声音,需要指定音频源。
        See Also:
        Constant Field Values
      • THIRD

        public static final int THIRD
        Deprecated.
        第三路推流通道,默认没有声音,需要指定音频源。
        See Also:
        Constant Field Values
      • FOURTH

        public static final int FOURTH
        Deprecated.
        第四路推流通道,默认没有声音,需要指定音频源。
        See Also:
        Constant Field Values
    • Constructor Detail

      • PublishChannelIndex

        public PublishChannelIndex()
        Deprecated.