The IDirectSoundFXCompressor8 interface is used to set and retrieve effect parameters on a buffer that supports compression.
This interface is obtained by calling GetObjectInPath on the buffer that supports the effect.
In addition to the methods inherited from IUnknown, the IDirectSoundFXCompressor8 interface exposes the following methods.
Method | Description |
---|---|
IDirectSoundFXCompressor8::GetAllParameters | The GetAllParameters method retrieves the compression parameters of a buffer. |
IDirectSoundFXCompressor8::SetAllParameters | The SetAllParameters method sets the compression parameters of a buffer. |
Header: Declared in Dsound.h.
Import Library: Use Dsound3d.dll.