#include <nnsys/snd.h>NNSSndPlayerSeqType NNS_SndPlayerGetSeqType( NNSSndHandle* handle );
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.
NNS_SndPlayerSetSeqNo, NNS_SndPlayerSetSeqArcNo
06/01/2004 Initial version.