NNS_SndWaveOutStop

C Specification

#include <nnsys/snd.h>
void NNS_SndWaveOutStop( NNSSndWaveOutHandle handle )

Arguments

handle Waveform playback handle.

Return Values

None.

Description

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.

Note

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.

See Also

NNS_SndWaveOutWaitForChannelStop

Revision History

2004/10/19 Deleted a description that was misleading.

2004/07/01 Initial version.


CONFIDENTIAL