#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXReverbStdExpSettingsDpl2 (AXFX_REVERBSTD_EXP_DPL2 *reverb);
| reverb | Pointer to an initialized AXFX_REVERBSTD_EXP_DPL2 structure. |
|---|
TRUE if successful; FALSE if a parameter is out of bounds or if memory allocation fails.
The AXFXReverbStdExpSettingsDpl2 function is used when changing parameters of the initialized Dolby Pro Logic II (DPL2) version of the Standard Reverb Expansion (= AXFX_REVERBSTD_EXP_DPL2 structure). When this function is called, the current DPL2-version Standard Reverb Expansion is shut down and the memory that was allocated to it at initialization is freed. Then this function reinitializes the DPL2-version Standard Reverb Expansion based on new user parameters.
The use of this function is required when changing the AXFX_REVERBSTD_EXP_DPL2 structure's user parameter preDelayTimeMax.
2007/08/10 Initial version.
CONFIDENTIAL