Package com.zego.zegoliveroom.constants
Class ZegoConstants.PublishChannelIndex
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.PublishChannelIndex
-
- Enclosing class:
- ZegoConstants
@Deprecated public static final class ZegoConstants.PublishChannelIndex extends java.lang.Object
Deprecated.推流通道索引
-
-
Constructor Summary
Constructors Constructor Description PublishChannelIndex()
Deprecated.
-
-
-
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
-
-