SetLocalVoiceReverbParamRequest constructor

SetLocalVoiceReverbParamRequest({
  1. double? wetGain,
  2. double? dryGain,
  3. double? damping,
  4. double? roomSize,
  5. double? decayTime,
  6. double? preDelay,
})

Implementation

SetLocalVoiceReverbParamRequest({
  this.wetGain,
  this.dryGain,
  this.damping,
  this.roomSize,
  this.decayTime,
  this.preDelay,
});