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