#include <revolution.h> #include <revolution/axfx.h> s32 AXFXChorusGetMemSize (AXFX_CHORUS *chorus);
chorus |
Pointer to AXFX_CHORUS structure with configured user parameters. |
Returns the size of memory required by Chorus.
The AXFXChorusGetMemSize function returns the size of memory required by Chorus. Size of the required memory varies according to settings in the AXFX_CHORUS structure. The user must configure the AXFX_CHORUS structure's user parameters prior to calling this function.
The memory size returned by this function is allocated when the Chorus Expansion is initialized using the AXFXChorusInit and AXFXChorusSettings functions.
AXFX_CHORUS
AXFXChorusInit
AXFXChorusSettings
2007/08/09 Initial version.
CONFIDENTIAL