AXFXDelaySettings

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

BOOL AXFXDelaySettings(AXFX_DELAY *delay);

Arguments

delay Pointer to application-initialized AXFX_DELAY.

Return Values

TRUE if successful, FALSE if a parameter is out of bounds or the memory allocation fails.

Description

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.

See Also

AXFXDelayInit
AXFXDelayShutdown
AXFXDelayCallback

Revision History

03/01/2006 Initial version.