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

This is the information structure of the waveform archive located in the sound archive.

The structure can be obtained from the sound archive by using the NNS_SndArcGetWaveArcInfo function.

flags is the logical sum of the following values.

Table: Option Flag

Label Constant Description
NNS_SND_ARC_WAVEARC_SINGLE_LOAD 1<<0 When loading this waveform archive, the separate waveform data is loaded individually.

See Also

NNS_SndArcGetWaveArcInfo

Revision History

2005/01/19 Added the flags member.

2004/06/01 Initial version.


CONFIDENTIAL