Class ZegoConstants.PublishChannelIndex

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.PublishChannelIndex
    extends java.lang.Object
    推流通道索引
    • Field Summary

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

      • Methods inherited from class java.lang.Object

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

      • AUX

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

      • PublishChannelIndex

        public PublishChannelIndex()