NNS_SndWaveOutFreeChannel

Syntax

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

Arguments

handle Waveform playback handle.

Return Values

None.

Description

Releases a channel for the waveform playback.

Releases the allocated channel with the NNS_SndWaveOutAllocChannel function. After the channel is released, the waveform playback handle becomes invalid and cannot be used.

See Also

NNS_SndWaveOutAllocChannel

Revision History

2004/07/01 Initial version.


CONFIDENTIAL