AXFXReverbStdExpInitDpl2

Syntax

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

BOOL AXFXReverbStdExpInitDpl2 (AXFX_REVERBSTD_EXP_DPL2 *reverb);

Arguments

reverb Pointer to an AXFX_REVERBSTD_EXP_DPL2 structure with configured user parameters.

Return Values

TRUE if successful; FALSE if a parameter is out of bounds or the memory allocation fails.

Description

The AXFXReverbStdExpInitDpl2 function initializes the Dolby Pro Logic II (DPL2) version of the Standard Reverb Expansion (= AXFX_REVERBSTD_EXP_DPL2) based on user parameters in the AXFX_REVERBSTD_EXP_DPL2 structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. User must configure the AXFX_REVERBSTD_EXP_DPL2 structure's user parameters prior to calling this function.

See Also

AXFX_REVERBSTD_EXP_DPL2

Revision History

2007/08/10 Initial version.


CONFIDENTIAL