NNS_SndPlayerSetPlayerVolume

Syntax

#include <nnsys/snd.h>
void NNS_SndPlayerSetPlayerVolume( int playerNo, int volume );

Arguments

playerNo Player number.
volume Volume value. Takes a value between 0 and 127.

Return Values

None.

Description

Sets the volume for the specified player. The default setting is the maximum value of 127.

The volume set by this function is valid for the all sequences currently playing on the specified player and all sequences that will be played by the specified player. Furthermore, this value exhibits effects that are independent of all other track volume parameters. The track volume parameters have an cumulative effect.

See Also

None.

Revision History

2005/04/13 Revised description to remove ambiguity.
2005/03/17 Initial version.


CONFIDENTIAL