#include <revolution.h> #include <revolution/axfx.h> s32 AXFXReverbStdGetMemSizeDpl2 (AXFX_REVERBSTD_DPL2 *reverb);
| reverb | Pointer to the AXFX_REVERBSTD_DPL2 structure with configured user parameters. |
|---|
Returns the size of memory required by the Dolby Pro Logic II (DPL2) version of Standard Reverb.
The AXFXReverbStdGetMemSizeDpl2 function returns the size of memory required by DPL2-version Standard Reverb. The required memory size varies according to the settings in the AXFX_REVERBSTD_DPL2 structure. The user must configure the AXFX_REVERBSTD_DPL2 structure's user parameters prior to calling this function.
The memory of the size returned by this function is allocated when DPL2-version Standard Reverb is initialized using the AXFXReverbStdInitDpl2 and AXFXReverbStdSettingsDpl2 functions.
AXFX_REVERBSTD_DPL2, AXFXReverbStdInitDpl2, AXFXReverbStdSettingsDpl2
2007/08/08 Initial version.
CONFIDENTIAL