AXFXChorusShutdown

C Specification

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

BOOL AXFXChorusShutdown(AXFX_CHORUS *chorus);

Arguments

chorus   Pointer to an instance of AXFX_CHORUS.

Return Values

This function always returns TRUE.

Description

AXFXChorusShutdown() shuts down the chorus effects instance specified by AXFX_CHORUS. The associated memory for the effect will be freed.

See Also

AXFXChorusInit
AXFXChorusSettings
AXFXChorusCallback

Revision History

03/01/2006 Initial version.