alSeqGetLoc.3p 611 Bytes
.TH alSeqGetLoc 3P local "Silicon Graphics, Inc."

.SH NAME 
.upperok 
alSeqGetLoc \- initializes a marker with the current sequence location

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
void	alSeqGetLoc(ALSeq *seq, ALSeqMarker *marker);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the sequence. 
.TP
.I marker
marker to be filled in with the current sequence location.

.SH DESCRIPTION
alSeqGetLoc initializes 
.I marker
with the current sequence location. This can be used by
.I alSeqSetLoc
to later position the sequence playback at this point.
.SH SEE ALSO
.IR alSeqSetLoc (3P)