#include <revolution.h> #include <revolution/axfx.h> s32 AXFXDelayGetMemSizeDpl2 (AXFX_DELAY_DPL2 *delay);
| delay | Pointer to an AXFX_DELAY_DPL2 structure with configured user parameters. |
|---|
Returns the size of memory required by the the Dolby Pro Logic II (DPL2) version of Delay.
The AXFXDelayGetMemSizeDpl2 function returns the size of memory required by the DPL2-version Delay. The required memory size varies according to the settings in the AXFX_DELAY_DPL2 structure. The user must configure the AXFX_DELAY_DPL2 structure's user parameters prior to calling this function.
The memory of the size returned by this function is allocated when DPL2-version Delay is initialized using the AXFXDelayInitDpl2 and AXFXDelaySettingsDpl2 functions.
AXFX_DELAY_DPL2, AXFXDelayInitDpl2, AXFXDelaySettingsDpl2
2007/08/09 Initial version.
CONFIDENTIAL