NNS_SndWaveOutIsPlaying

C Specification

#include <nnsys/snd.h>
BOOL NNS_SndWaveOutIsPlaying( NNSSndWaveOutHandle handle );

Arguments

handle Waveform playback handle.

Return Values

Returns whether it is being played back. If it is being played back, it returns TRUE. If not, returns FALSE.

Description

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.

See Also

None.

Revision History

07/01/2004 Initial version.