AXFXDelayGetMemSize

Syntax

#include <revolution.h>
#include <revolution/axfx.h>

s32  AXFXDelayGetMemSize (AXFX_DELAY *delay);

Arguments

delay Pointer to an AXFX_DELAY structure with configured user parameters.

Return Values

Returns the size of memory required by Delay.

Description

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.

See Also

AXFX_DELAY, AXFXDelayInit, AXFXDelaySettings

Revision History

2007/08/09 Initial version.


CONFIDENTIAL