NNSSndArcWaveArcInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcWaveArcInfo
{
    u32 fileId : 24;
    u32 flags  :  8;
} NNSSndArcWaveArcInfo;

Elements

fileId The file ID in the sound archive.
flags Option flags.

Description

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.

Table: Option Flag

Label Value Description
NNS_SND_ARC_WAVEARC_SINGLE_LOAD 1<<0 When loading this waveform archive, the individual waveforms are loaded separately.

See Also

NNS_SndArcGetWaveArcInfo

Revision History

2005/01/19 Added the flags member.
2004/06/01 Initial version.


CONFIDENTIAL