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