NNS_SndArcStrmSetVolume

Syntax

#include <nnsys/snd.h>
void NNS_SndArcStrmSetVolume(
        NNSSndStrmHandle* handle,
        int volume );

Arguments

handle Pointer to a stream handle.
volume Volume value. Takes a value between 0 and 127.

Return Values

None.

Description

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.

See Also

None.

Revision History

2006/08/18 Initial version.


CONFIDENTIAL