AXFXReverbHiExpGetMemSizeDpl2

C Specification

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

s32  AXFXReverbHiExpGetMemSizeDpl2 (AXFX_REVERBHI_EXP_DPL2 *reverb);

Arguments

reverb Pointer to AXFX_REVERBHI_EXP_DPL2 structure with configured user parameters.

Return Values

Returns the size of memory required by the Dolby Pro Logic II (DPL2) version of the High-Quality Reverb Expansion.

Description

The AXFXReverbHiExpGetMemSizeDpl2 function returns the size of memory required by the DPL2 version of High-Quality Reverb Expansion. The required memory size varies according to the AXFX_REVERBHI_EXP_DPL2 structure's settings. The user must configure the AXFX_REVERBHI_EXP_DPL2 structure's user parameters prior to calling this function.

The memory of the size returned by this function is allocated when the DPL2 version of High-Quality Reverb Expansion is initialized using the AXFXReverbHiExpInitDpl2 and AXFXReverbHiExpSettingsDpl2 functions.

See Also

AXFX_REVERBHI_EXP_DPL2
AXFXReverbHiExpInitDpl2
AXFXReverbHiExpSettingsDpl2

Revision History

2007/08/10 Initial version.


CONFIDENTIAL