#include <nnsys/snd.h>void NNS_SndPlayerSetChannelPriority( NNSSndHandle* handle, int priority );
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. |
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.
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.
NNS_SndArcPlayerStartSeq*, NNS_SndArcPlayerStartSeqArc*
06/01/2004 Initial version.
CONFIDENTIAL