#include <revolution.h> #include <revolution/axfx.h> s32 AXFXReverbHiExpGetMemSizeDpl2 (AXFX_REVERBHI_EXP_DPL2 *reverb);
| reverb | Pointer to AXFX_REVERBHI_EXP_DPL2 structure with configured user parameters. |
|---|
Returns the size of memory required by the the Dolby Pro Logic II (DPL2) version of the High-Quality Reverb Expansion.
The AXFXReverbHiExpGetMemSizeDpl2 function returns the size of memory required by the DPL2-version High-quality Reverb Expansion. The required memory size varies according to the AXFX_REVERBHI_EXP_DPL2 structure's settings. The user must configure the AXFX_REVERBHI_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 High-Quality Reverb Expansion is initialized using the AXFXReverbHiExpInitDpl2 and AXFXReverbHiExpSettingsDpl2 functions.
AXFX_REVERBHI_EXP_DPL2, AXFXReverbHiExpInitDpl2, AXFXReverbHiExpSettingsDpl2
2007/08/10 Initial version.
CONFIDENTIAL