alSeqpGetSeq.3p 505 Bytes
.TH alSeqpGetSeq 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqpGetSeq \- returns the sequence currently assigned to the ALSeqPlayer.

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
ALSeq *alSeqpGetSeq(ALSeqPlayer *seqp);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seqp
pointer to the sequence player. 

.SH DESCRIPTION
alSeqpGetSeq returns a pointer to the current sequence. If there is no
current sequence, it returns 0.

.SH SEE ALSO
.IR alSeqpSetSeq (3P),
.IR alSeqPlayer (3P)