Class ZegoExternalAudioDevice.AuxPublishChannelAudioSrcType

  • Enclosing class:
    ZegoExternalAudioDevice

    @Deprecated
    public static final class ZegoExternalAudioDevice.AuxPublishChannelAudioSrcType
    extends java.lang.Object
    Deprecated.
    辅助推流通道音频采集源类别
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ExternalCapture
      Deprecated.
      使用外部采集
      static int None
      Deprecated.
      无声
      static int Player
      Deprecated.
      使用媒体播放器的音源
      static int SameAsMainPublishChannel
      Deprecated.
      和主推流通道一样
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SameAsMainPublishChannel

        public static final int SameAsMainPublishChannel
        Deprecated.
        和主推流通道一样
        See Also:
        Constant Field Values
      • ExternalCapture

        public static final int ExternalCapture
        Deprecated.
        使用外部采集
        See Also:
        Constant Field Values
      • Player

        public static final int Player
        Deprecated.
        使用媒体播放器的音源
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuxPublishChannelAudioSrcType

        public AuxPublishChannelAudioSrcType()
        Deprecated.