NNS_SndPlayerGetSeqType

Syntax

#include <nnsys/snd.h>
NNSSndPlayerSeqType NNS_SndPlayerGetSeqType(
        NNSSndHandle* handle );

Arguments

handle The sound handle pointer.

Return Values

Returns the sequence data type.

Description

Gets the sequence data type.

This function gets the sequence data type of the sequence that is bound to the sound handle handle. If the sound handle is invalid, NNS_SND_PLAYER_SEQ_TYPE_INVALID is returned.

The information that can be obtained is based on the value that is set by the NNS_SndPlayerSetSeqNo function or the NNS_SndPlayerSetSeqArcNo function.

TABLE: NNSSndPlayerSeqType

Label Value Description
NNS_SND_PLAYER_SEQ_TYPE_INVALID 0 The handle is invalid, or the sequence data number has not yet been set
NNS_SND_PLAYER_SEQ_TYPE_SEQ 1 The sequence data
NNS_SND_PLAYER_SEQ_TYPE_SEQARC 2 The sequence archive

See Also

NNS_SndPlayerSetSeqNo, NNS_SndPlayerSetSeqArcNo

Revision History

2004/06/01 Initial version.


CONFIDENTIAL