AXFXReverbHiShutdown

C Specification

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

BOOL AXFXReverbHiShutdown(AXFX_REVERBHI *rev);

Arguments

rev   Pointer to an existing instance of AXFX_REVERBHI_DPL2.

Return Values

This function always returns TRUE.

Description

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

See Also

AXFXReverbHiInit
AXFXReverbHiSettings
AXFXReverbHiCallback

Revision History

03/01/2006 Initial version.