#include <nnsys/snd.h>
void NNS_SndWaveOutStop( NNSSndWaveOutHandle handle );
Stops the playback of the waveform. If this function is called with the waveform playback handle handle
of a waveform that is already 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 playback to completely finish 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