ZegoReverbParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
roomSize
Room size, in the range [0.0, 1.0], to control the size of the “room” in which the reverb is generated, the larger the room, the stronger the reverb.
@property (nonatomic, assign) float roomSize
Declared In
ZegoExpressDefines.h
reverberance
Echo, in the range [0.0, 0.5], to control the trailing length of the reverb.
@property (nonatomic, assign) float reverberance
Declared In
ZegoExpressDefines.h
damping
Reverb Damping, range [0.0, 2.0], controls the attenuation of the reverb, the higher the damping, the higher the attenuation.
@property (nonatomic, assign) float damping
Declared In
ZegoExpressDefines.h
dryWetRatio
Dry/wet ratio, the range is greater than or equal to 0.0, to control the ratio between reverberation, direct sound and early reflections; dry part is set to 1 by default; the smaller the dry/wet ratio, the larger the wet ratio, the stronger the reverberation effect.
@property (nonatomic, assign) float dryWetRatio
Declared In
ZegoExpressDefines.h