#include <revolution.h> #include <revolution/axfx.h> s32 AXFXChorusExpGetMemSizeDpl2 (AXFX_CHORUS_EXP_DPL2 *chorus);
| chorus | Pointer to AXFX_CHORUS_EXP_DPL2 structure with configured user parameters. |
|---|
Returns the size of memory required by the the Dolby Pro Logic II (DPL2) version of the Chorus Expansion.
The AXFXChorusExpGetMemSizeDpl2 function returns the size of memory required by the Chorus Expansion DPL2-version. The required memory size varies according to the settings in the AXFX_CHORUS_EXP_DPL2 structure. The user must configure the AXFX_CHORUS_EXP_DPL2 structure's user parameters prior to calling this function.
The memory of the size returned by this function is allocated when the Chorus Expansion DPL2-version is initialized using the AXFXChorusExpInitDpl2 or AXFXChorusExpSettingsDpl2 functions.
Note: Current specifications have fixed the memory size. It is unaffected by parameter values.
AXFX_CHORUS_EXP_DPL2, AXFXChorusExpInitDpl2, AXFXChorusExpSettingsDpl2
2008/06/05 Added notes.
2007/08/10 Initial version.
CONFIDENTIAL