#include <nnsys/snd.h>
typedef struct NNSSndArcSeqInfo
{
u32 fileId;
struct NNSSndSeqParam param;
} NNSSndArcSeqInfo;
Sequence information structure in the sound archive.
This structure can be obtained from the sound archive by using the NNS_SndArcGetSeqInfo function.
NNSSndSeqParam, NNS_SndArcGetSeqInfo
2004/06/01 Initial version.
CONFIDENTIAL