NNS_SndCaptureStopOutputEffect

C Specification

#include <nnsys/snd.h>
void NNS_SndCaptureStopOutputEffect( void );

Arguments

None.

Return Values

None.

Description

Stops the output effect process. If the output effect process is not running, this function does nothing.

Note

If this function is called while sound is being played, the sound is interrupted.

See Also

None.

Revision History

10/04/2004 Initial version.