Class ZegoReverbEchoParam


  • public class ZegoReverbEchoParam
    extends java.lang.Object
    音频回声参数.

    Copyright © 2020 Zego. All rights reserved.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float[] decay
      回声信号分别的增益值,取值范围[0.0, 1.0]
      int[] delay
      回声信号分别的延时,取值范围[0, 5000] ms
      float inGain
      输入音频信号的增益,取值范围[0.0, 1.0]
      int numDelays
      回声数,取值范围[0, 7]
      float outGain
      输出音频信号的增益,取值范围[0.0, 1.0]
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • numDelays

        public int numDelays
        回声数,取值范围[0, 7]
      • inGain

        public float inGain
        输入音频信号的增益,取值范围[0.0, 1.0]
      • outGain

        public float outGain
        输出音频信号的增益,取值范围[0.0, 1.0]
      • delay

        public int[] delay
        回声信号分别的延时,取值范围[0, 5000] ms
      • decay

        public float[] decay
        回声信号分别的增益值,取值范围[0.0, 1.0]
    • Constructor Detail

      • ZegoReverbEchoParam

        public ZegoReverbEchoParam()