#include <nnsys/snd.h>
BOOL NNS_SndWaveOutIsPlaying( NNSSndWaveOutHandle handle );
Returns whether or not the waveform is being played. If it is being played, it returns TRUE
. If not, returns FALSE
.
Checks if the waveform data is being played back.
Use the waveform playback handle, handle
, to check if the waveform data is being played back.
None.
2004/07/01 Initial version.
CONFIDENTIAL