#include <nnsys/snd.h>typedef struct NNSSndArcSeqInfo
{
u32 fileId;
struct NNSSndSeqParam param;
} NNSSndArcSeqInfo;
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.
NNSSndSeqParam, NNS_SndArcGetSeqInfo
2004/06/01 Initial version.
CONFIDENTIAL