NNS_SndPlayerSetChannelPriority

Syntax

#include <nnsys/snd.h>
void NNS_SndPlayerSetChannelPriority(
        NNSSndHandle* handle,
        int priority );

Arguments

handle The sound handle pointer.
priority This is the sound generation priority value. The value is in the range of 0-127; a greater value indicates higher priority.

Return Values

None.

Description

Changes the sound generation priority of the sequence.

This function gets the sound generation priority of the sequence that is bound to the sound handle handle. This function does not perform any action if the stream handle is invalid.

Note

This function is called inside of the NNS_SndArcPlayerStartSeq* function and the NNS_SndArcPlayerStartSeqArc* function. If this function is called again, the set values will be overwritten.

See Also

NNS_SndArcPlayerStartSeq*, NNS_SndArcPlayerStartSeqArc*

Revision History

2004/06/01 Initial version.


CONFIDENTIAL