#include <nnsys/snd.h>void NNS_SndWaveOutSetPan( NNSSndWaveOutHandle handle, int pan );
handle |
Waveform playback handle. |
pan |
Pan (location). Takes values in the range of 0 (left) to 64 (center) to 127 (right). |
Changes the pan (location) for playing back waveforms. 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 pan during play. Use an argument in the NNS_SndWaveOutStart function to set the pan that will be used when play commences.
2004/10/19 Added a note on calling this function.
2004/07/01 Initial version.
CONFIDENTIAL