alSeqpStop.3p
524 Bytes
.TH alSeqpStop 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alSeqpStop \- stop the target sequence.
.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void alSeqpStop(ALSeqPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player.
.SH DESCRIPTION
alSeqpStop causes the sequence player indicated by
.I seqp
to stop its target sequence. The target sequence can be set by
calling
.I alSeqpSetSeq.
.SH SEE ALSO
.IR alSeqpSetSeq (3P),
.IR alSeqpPlay (3P),
.IR alSeqPlayer (3P)