AXFXChorusExpGetMemSize

C Specification

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

s32  AXFXChorusExpGetMemSize (AXFX_CHORUS_EXP *chorus);

Arguments

chorus   Pointer to an AXFX_CHORUS_EXP structure with configured user parameters.

Return Values

Returns the size of memory required by the Chorus Expansion.

Description

The AXFXChorusExpGetMemSize function returns the size of memory required by the Chorus Expansion. The required memory size varies according to settings in the AXFX_CHORUS_EXP structure. The user must configure the AXFX_CHORUS_EXP structure's user parameters prior to calling this function.

The memory of the size returned by this function is allocated when Chorus Expansion is initialized using the AXFXChorusExpInit or AXFXChorusExpSettings functions.

See Also

AXFX_CHORUS_EXP
AXFXChorusExpInit
AXFXChorusExpSettings

Revision History

2007/08/10 Initial version.


CONFIDENTIAL