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