AXFXReverbStdShutdown

C Specification

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

BOOL AXFXReverbStdShutdown(AXFX_REVERBSTD *rev);

Arguments

rev   Pointer to an existing instance of AXFX_REVERBSTD.

Return Values

This function always returns TRUE.

Description

AXFXReverbStdShutdown() shuts down the given instance of the high-quality reverb effect. The associated memory for the effect will be freed.

See Also

AXFXReverbStdInit
AXFXReverbStdSettings
AXFXReverbStdCallback

Revision History

03/01/2006 Initial version.