#include <nnsys/snd.h>
typedef struct NNSSndArcGroupInfo
{
u32 count;
struct NNSSndArcGroupItem item[ 0 ];
} NNSSndArcGroupInfo;
Group information structure in the sound archive.
This structure can be obtained from the sound archive by using 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