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

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.

See Also

NNSSndArcGroupItem, NNS_SndArcGetGroupInfo, NNS_SndArcLoadGroup

Revision History

2004/06/01 Initial version.


CONFIDENTIAL