#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXDelayExpInitDpl2 (AXFX_DELAY_EXP_DPL2 *delay);
| delay | Pointer to the AXFX_DELAY_EXP_DPL2 structure with configured user parameters. |
|---|
TRUE if successful, FALSE if a parameter is out of bounds or if memory allocation fails.
The AXFXDelayExpInitDpl2 function initializes the Dolby Pro Logic II (DPL2) version of Delay Expansion (= AXFX_DELAY_EXP_DPL2) based on user parameters in the AXFX_DELAY_EXP_DPL2 structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the AXFX_DELAY_EXP_DPL2 structure's user parameters prior to calling this function.
2007/08/10 Initial version.
CONFIDENTIAL