AXFXReverbStdExpGetMemSize

C Specification

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

s32  AXFXReverbStdExpGetMemSize (AXFX_REVERBSTD_EXP *reverb);

Arguments

reverb Pointer to an AXFX_REVERBSTD_EXP structure with configured user parameters.

Return Values

Returns the size of memory required by the Standard Reverb Expansion.

Description

The AXFXReverbStdExpGetMemSize function returns the size of memory required by the Standard Reverb Expansion. The required memory size varies according to settings in the AXFX_REVERBSTD_EXP structure. The user must configure the AXFX_REVERBSTD_EXP structure's user parameters prior to calling this function.

The memory of the size returned by this function is allocated when the Standard Reverb Expansion is initialized using the AXFXReverbStdExpInit and AXFXReverbStdExpSettings functions.

See Also

AXFX_REVERBSTD_EXP
AXFXReverbStdExpInit
AXFXReverbStdExpSettings

Revision History

2007/08/10 Initial version.


CONFIDENTIAL