AXFXDelayExpGetMemSizeDpl2

Syntax

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

s32  AXFXDelayExpGetMemSizeDpl2 (AXFX_DELAY_EXP_DPL2 *delay);

Arguments

delay Pointer to the AXFX_DELAY_EXP_DPL2 structure with configured user parameters.

Return Values

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

Description

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.

See Also

AXFX_DELAY_EXP_DPL2, AXFXDelayExpInitDpl2, AXFXDelayExpSettingsDpl2

Revision History

2007/08/10 Initial version.


CONFIDENTIAL