#include <revolution.h> #include <revolution/axfx.h> BOOL AXFXDelayShutdown(AXFX_DELAY *delay);
delay |
Pointer to application-initialized AXFX_DELAY. |
This function always returns TRUE.
AXFXDelayShutdown() shuts down the specified instance of the delay effect and frees any associated memory. The associated memory for the effect will be freed.
AXFXDelayInit
AXFXDelaySettings
AXFXDelayCallback
03/01/2006 Initial version.