NNSSndArcGroupInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcGroupInfo
{
u32     count;
struct  NNSSndArcGroupItem item[ 0 ];
} NNSSndArcGroupInfo;

Elements

count The number of items in the group.
item The array of items in the group.

Description

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.

See Also

NNSSndArcGroupItem, NNS_SndArcGetGroupInfo, NNS_SndArcLoadGroup

Revision History

06/01/2004 Initial version.