AXFXChorusGetMemSize

Syntax

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

s32  AXFXChorusGetMemSize (AXFX_CHORUS *chorus);

Arguments

chorus Pointer to AXFX_CHORUS structure with configured user parameters.

Return Values

Returns the size of memory required by Chorus.

Description

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 AXFXChorusSettingsfunctions.

Note: Current specifications have fixed the memory size. It is unaffected by parameter values.

See Also

AXFX_CHORUS, AXFXChorusInit, AXFXChorusSettings

Revision History

2008/06/05 Added notes.
2007/08/09 Initial version.


CONFIDENTIAL