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