NNSSndArcSeqInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcSeqInfo
{
    u32 fileId;
	struct  NNSSndSeqParam param;
} NNSSndArcSeqInfo;

Elements

fileId The file ID in the sound archive.
param The sequence parameter structure.

Description

This is the sequence information structure in the sound archive.

The structure can be obtained from the sound archive by using the NNS_SndArcGetSeqInfo function.

See Also

NNSSndSeqParam, NNS_SndArcGetSeqInfo

Revision History

2004/06/01 Initial version.


CONFIDENTIAL