#include <nnsys/snd.h>void NNS_SndPlayerSetSeqNo( NNSSndHandle* handle, int seqNo );
Sets the sequence number.
This function sets the sequence number of the sequence that is bound to the sound handle handle. This function does not perform any action if the stream handle is invalid.
he setting the sequence archive number will allow for the stopping of the sequence by using the assignment of the set sequence number. For details, refer to functions such as the NNS_SndPlayerStopSeqBySeqNo function or the NNS_SndPlayerCountPlayingSeqBySeqNo function.
This function is called inside the NNS_SndArcPlayerStartSeq* function. If this function is called again, the set values will be overwritten.
Only call either this function or the NNS_SndPlayerSetSeqArcNo function. If both functions are called, the last function that is set will be the function that is valid.
NNS_SndPlayerStopSeqBySeqNo, NNS_SndPlayerCountPlayingSeqBySeqNo, NNS_SndArcPlayerStartSeq*, NNS_SndPlayerSetSeqArcNo
2004/06/01 Initial version.
CONFIDENTIAL