Class ZegoAudioDevice


  • public class ZegoAudioDevice
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoAudioDevice()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enableCaptureStereo​(int captureType)
      设置音频设备采集时是否开启双声道模式。
      • Methods inherited from class java.lang.Object

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

      • ZegoAudioDevice

        public ZegoAudioDevice()
    • Method Detail

      • enableCaptureStereo

        public static void enableCaptureStereo​(int captureType)
        设置音频设备采集时是否开启双声道模式。

        注意:1. 初始化 SDK 之后,启用音视频功能前调用(如预览画面StartPreview、推流StartPublishing之前调用)
        2. 设置始终生效,直到重新通过此 API 修改该值或者反初始化 SDK

        Parameters:
        captureType - 0: 使用单声道进行采集; ≠0: 始终使用双声道进行采集