NNS_SndPlayerGetSeqArcIdx

Syntax

#include <nnsys/snd.h>
int NNS_SndPlayerGetSeqArcIdx( NNSSndHandle* handle );

Arguments

handle The sound handle pointer.

Return Values

Returns the index number of the sequence archive.

Description

Gets the index number of the sequence archive.

This function gets the index number of the sequence archive for the sequence bound to the sound handle handle. If the sound handle is invalid, a value of -1 will be returned.

The information that can be obtained is based on the value set by the NNS_SndPlayerSetSeqArcNo function. When nothing is set, a -1 will be returned.

See Also

NNS_SndPlayerSetSeqArcNo

Revision History

2004/06/01 Initial version.


CONFIDENTIAL