alSeqpStop, n_alSeqpStop
Stops the target sequence
#include <libaudio.h> /* libaudio.h */ void alSeqpStop( ALSeqPlayer *seqp);#include <n_libaudio.h> /* n_libaudio.h */ void n_alSeqpStop(N_ALSeqPlayer *seqp);
alSeqpStop causes the sequence player specified by the seqp argument to stop its target sequence. You can set the target sequence by calling alSeqpSetSeq.
For details on n_audio library, see "Chapter 28: n_audio library" in the N64 Programming Manual.
alSeqpPlay, alSeqpSetSeq, and alSeqPlayer
1999/04/30 Changed Format