#include <nnsys/snd.h>void NNS_SndWaveOutStop( NNSSndWaveOutHandle handle )
Stops the playback of the waveform. If this function is called to the waveform playback handle of the waveform that is being stopped, it does not do anything.
Even after returning from the call to this function, the playback of the waveform data is not necessarily finished. To wait for the waveform data to complete playback and for the waveform data buffer to be reusable, call the NNS_SndWaveOutWaitForChannelStop function.
NNS_SndWaveOutWaitForChannelStop
2004/10/19 Deleted a description that was misleading.
2004/07/01 Initial version.
CONFIDENTIAL