Microsoft DirectX 8.0 (Visual Basic)

DSFXWAVESREVERB

Contains parameters for a music reverberation effect represented by a DirectSoundFXWavesReverb8 object.

Type DSFXWavesReverb 
    fHighFreqRTRatio As Long
    fInGain As Long 
    fReverbMix As Long
    fReverbTime As Long
End Type

Members

fHighFreqRTRatio
In the range from 0.001 through 0.999. The default value is 0.001.
fInGain
Input gain of signal, in decibels (dB). The default value is 0.0. Maximum and minimum values are defined in the CONST_DSFX_WAVESREVERB_INGAIN enumeration.
fReverbMix
Reverb mix, in dB. The default value is 0. Maximum and minimum values are defined in the CONST_DSFX_WAVESREVERB_REVERBMIX enumeration.
fReverbTime
Reverb time, in milliseconds, in the range from 0.001 through 3000.0. The default value is 1000.0.