alSeqpStop (function)

alSeqpStop, n_alSeqpStop

Stops the target sequence

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSeqpStop(    ALSeqPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
void n_alSeqpStop(N_ALSeqPlayer *seqp);

Arguments

seqp
Pointer to the sequence player

Description

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.

See Also

alSeqpPlay, alSeqpSetSeq, and alSeqPlayer

Revision History

1999/04/30 Changed Format