#include <nnsys/snd.h>typedef struct NNSSndArcWaveArcInfo
{
u32 fileId : 24;
u32 flags : 8;
} NNSSndArcWaveArcInfo;
This is the information structure of the waveform archive located in the sound archive.
The structure can be obtained from the sound archive by using the NNS_SndArcGetWaveArcInfo function.
flags is the logical sum of the following values.
2005/01/19 Added the flags member.
2004/06/01 Initial version.
CONFIDENTIAL