#include <nnsys/snd.h>void NNS_SndWaveOutSetVolume( NNSSndWaveOutHandle handle, int volume );
Changes the volume of the waveform playback. If this function is called to the waveform playback handle of the waveform that is being 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.
10/19/2004 Added a note on calling this function.
07/01/2004 Initial version.
CONFIDENTIAL