#include <revolution.h> #include <revolution/axfx.h> s32 AXFXDelayExpGetMemSizeDpl2 (AXFX_DELAY_EXP_DPL2 *delay);
| delay | Pointer to the AXFX_DELAY_EXP_DPL2 structure with configured user parameters. |
|---|
Returns the size of memory required by the the Dolby Pro Logic II (DPL2) version of the Delay Expansion.
The AXFXDelayExpGetMemSizeDpl2 function returns the size of memory required by the DPL2-version Delay Expansion. The required memory size varies according to the settings in the AXFX_DELAY_EXP_DPL2 structure. The user must configure the AXFX_DELAY_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 Delay Expansion is initialized using the AXFXDelayExpInitDpl2 and AXFXDelayExpSettingsDpl2 functions.
AXFX_DELAY_EXP_DPL2, AXFXDelayExpInitDpl2, AXFXDelayExpSettingsDpl2
2007/08/10 Initial version.
CONFIDENTIAL