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