#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXDelaySettings (AXFX_DELAY *delay);
| delay | Pointer to an initialized AXFX_DELAY structure. |
|---|
TRUE if successful; FALSE if a parameter is out of range or memory allocation fails.
The AXFXDelaySettings function is used when changing parameters of an initialized Delay (= AXFX_DELAY structure). When this function is called, current Delay is shut down and the memory that was allocated to it at initialization is freed. This function then reinitializes Delay based on new user parameters.
2007/08/09 Standardized notation.
2006/03/01 Initial version.
CONFIDENTIAL