Class ZegoAudioRecordConfig


  • public final class ZegoAudioRecordConfig
    extends java.lang.Object
    音频录制配置信息。 Copyright © 2017 Zego. All rights reserved.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int channels
      声道数。 支持的声道数:1(单声道); 2(双声道)。
      int mask
      音源选择。 参考 ZegoConstants.AudioRecordMask.
      int sampleRate
      采样率。 支持的采样率有:8000, 16000, 22050, 24000, 32000, 44100, 48000.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sampleRate

        public int sampleRate
        采样率。 支持的采样率有:8000, 16000, 22050, 24000, 32000, 44100, 48000.
      • channels

        public int channels
        声道数。 支持的声道数:1(单声道); 2(双声道)。
    • Constructor Detail

      • ZegoAudioRecordConfig

        public ZegoAudioRecordConfig()