AXFXReverbStdGetMemSizeDpl2

C Specification

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

s32  AXFXReverbStdGetMemSizeDpl2 (AXFX_REVERBSTD_DPL2 *reverb);

Arguments

reverb Pointer to the AXFX_REVERBSTD_DPL2 structure with configured user parameters.

Return Values

Returns the size of memory required by the Dolby Pro Logic II (DPL2) version of Standard Reverb.

Description

The AXFXReverbStdGetMemSizeDpl2 function returns the size of memory required by DPL2 version of Standard Reverb. The required memory size varies according to the settings in the AXFX_REVERBSTD_DPL2 structure. The user must configure the AXFX_REVERBSTD_DPL2 structure's user parameters prior to calling this function.

The memory of the size returned by this function is allocated when DPL2 version of Standard Reverb is initialized using the AXFXReverbStdInitDpl2 and AXFXReverbStdSettingsDpl2 functions.

See Also

AXFX_REVERBSTD_DPL2
AXFXReverbStdInitDpl2
AXFXReverbStdSettingsDpl2

Revision History

2007/08/08 Initial version.


CONFIDENTIAL