#include <revolution.h> #include <revolution/axfx.h> s32 AXFXDelayGetMemSize (AXFX_DELAY *delay);
| delay | Pointer to an AXFX_DELAY structure with configured user parameters. |
|---|
Returns the size of memory required by Delay.
The AXFXDelayGetMemSize function returns the size of memory required by Delay. The required memory size varies according to AXFX_DELAY structure's settings. The user must configure the AXFX_DELAY structure's user parameters prior to calling this function.
The memory of the size returned by this function is allocated when Delay is initialized using the AXFXDelayInit and AXFXDelaySettings functions.
AXFX_DELAY, AXFXDelayInit, AXFXDelaySettings
2007/08/09 Initial version.
CONFIDENTIAL