#include <revolution.h> #include <revolution/axfx.h> s32 AXFXDelayExpGetMemSize (AXFX_DELAY_EXP *delay);
| delay | Pointer to an AXFX_DELAY_EXP structure with configured user parameters. |
|---|
Returns the size of memory required by the Delay Expansion.
The AXFXDelayExpGetMemSize function returns the size of memory required by the Delay Expansion. The required memory size varies according to settings in the AXFX_DELAY_EXP structure. The user must configure the AXFX_DELAY_EXP structure's user parameters prior to calling this function.
The memory of the size returned by this function is allocated when Delay Expansion is initialized using the AXFXDelayExpInit or AXFXDelayExpSettingsfunctions.
AXFX_DELAY_EXP, AXFXDelayExpInit, AXFXDelayExpSettings
2007/08/10 Initial version.
CONFIDENTIAL