#include <nnsys/snd.h>
void NNS_SndWaveOutSetVolume( NNSSndWaveOutHandle handle, int volume );
Changes the volume of the waveform playback. If this function is called for the waveform playback handle of a waveform that is stopped, it does not do anything.
This function is called to change volume during play. Use an argument in the NNS_SndWaveOutStart
function to set the volume that will be used when play commences.
2004/10/19 Added a note on calling this function.
2004/07/01 Initial version.
CONFIDENTIAL