#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXDelaySettings(AXFX_DELAY *delay);
delay |
Pointer to application-initialized AXFX_DELAY. |
TRUE if successful, FALSE if a parameter is out of bounds or the memory allocation fails.
Call this function when the parameters of an existing instance of the delay effect are changed. The existing instance is specified by the AXFX_DELAYdata structure.
Note: The current delay will be shut down and the associated memory will be freed. A new effect with the revised settings will then be instantiated.
AXFXDelayInit
AXFXDelayShutdown
AXFXDelayCallback
03/01/2006 Initial version.