DSFXPARAMEQ
Contains parameters for a parametric equalizer effect.
Type DSFXPARAMEQ
fBandwidth As Single
fCenter As Single
fGain As Single
End Type
Members
- fBandwidth
- Bandwidth, in semitones. Minimum and maximum values are defined in the CONST_DSFXPARAMEQ_BANDWIDTH enumeration.
- fCenter
- Center frequency, in hertz. Minimum and maximum values are defined in the CONST_DSFXPARAMEQ_CENTER enumeration. This value cannot exceed one-third of the frequency of the buffer.
- fGain
- Gain, in decibels. Minimum and maximum values are defined in the CONST_DSFXPARAMEQ_GAIN enumeration.
See Also
DirectSoundFXParamEq8, Parametric Equalizer