#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.
01/19/2005 Added the flags member.
06/01/2004 Initial version.
CONFIDENTIAL