NNS_SndPlayerSetPlayerPriority

C Specification

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

Arguments

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

Return Values

None.

Description

Changes the player priority of the sequence.

This function changes the player 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.

To assign a player priority at the time of sequence playback, use the NNS_SndArcPlayerStartSeqEx function or the NNS_SndArcPlayerStartSeqArcEx function. Use this function to change the player priority after playback occurs.

See Also

NNS_SndArcPlayerStartSeqEx, NNS_SndArcPlayerStartSeqArcEx

Revision History

06/01/2004 Initial version.


CONFIDENTIAL