| Microsoft DirectX 8.1 (Visual Basic) | 
The DirectSoundFXParamEq8 class is used to set and retrieve effect parameters on a buffer that supports parametric equalizer effects.
An object of this class is obtained by calling DirectSoundSecondaryBuffer8.GetObjectInPath on the buffer that supports the effect.
The DirectSoundFXParameq8 class has the following methods.
| Method | Description | 
| GetAllParameters | Retrieves the parametric equalizer parameters of a buffer. | 
| SetAllParameters | Sets the parametric equalizer parameters of a buffer. | 
See Also