alSeqpGetSeq (function)

alSeqpGetSeq, n_alSeqpGetSeq

Returns the sequence currently assigned to the ALSeqPlayer

Syntax

#include <libaudio.h>     /* libaudio.h */
ALSeq *alSeqpGetSeq(    ALSeqPlayer *seqp);
#include <n_libaudio.h>     /* n_libaudio.h */
ALSeq *n_alSeqpGetSeq(N_ALSeqPlayer *seqp);

Arguments

seqp
Pointer to the sequence player

Description

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

For details on n_audio library, see the "Chapter 28 n_audio library" section of the Programming Manual.

See Also

alSeqpSetSeq, alSeqPlayer

Revision History

1999/04/30 Changed Format