#include <nnsys/snd.h>typedef struct NNSSndArcGroupInfo
{
u32 count;
struct NNSSndArcGroupItem item[ 0 ];
} NNSSndArcGroupInfo;
The structure of group data in the sound archive.
This structure can be obtained from the sound archive by using of the NNS_SndArcGetGroupInfo function.
Load the sound data based on this information with the NNS_SndArcLoadGroup function.
NNSSndArcGroupItem, NNS_SndArcGetGroupInfo, NNS_SndArcLoadGroup
2004/06/01 Initial version.
CONFIDENTIAL