#include <nnsys/snd.h>
void NNS_SndArcStrmSetVolume( NNSSndStrmHandle* handle, int volume );
This function changes the volume of the stream that is connected to the stream handle handle
. This function does not perform any action if the stream handle is invalid.
The default value for the volume volume
is the maximum of 127. This value affects all streams. Furthermore, this value exhibits effects that are independent of all other track volume parameters. The track volume parameters have an cumulative effect.
None.
2006/08/18 Initial version.
CONFIDENTIAL