#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXDelayExpSettings (AXFX_DELAY_EXP *delay);
| delay | Pointer to an initialized AXFX_DELAY_EXP structure. |
|---|
TRUE if successful; FALSE if a parameter is out of bounds or the memory allocation fails.
The AXFXDelayExpSettings function is used when changing the parameters (= AXFX_DELAY_EXP structure) of the initialized Delay Expansion. When this function is called, the current Delay Expansion is shut down and the memory that was allocated to it at initialization is freed. This function then reinitializes the Delay Expansion based on new user parameters.
The use of this function is required when changing the AXFX_DELAY_EXP structure's user parameter maxDelay.
2007/08/10 Initial version.
CONFIDENTIAL