NNSSndArcBankInfo

Definition

#include <nnsys/snd.h>
typedef struct NNSSndArcBankInfo
{
    u32 fileId;
    u16 waveArcNo[4];
} NNSSndArcBankInfo;

Elements

fileId The file ID in the sound archive
waveArcNo Array of waveform archive numbers associated with the bank.

Description

The structure of bank data in the sound archive.

This structure can be obtained from the sound archive by using the NNS_SndArcGetBankInfo function.

In waveArcNo, which is the waveform archive number array, if there is no waveform archive number specified, NNS_SND_ARC_INVALID_WAVEARC_NO is used.

See Also

NNS_SndArcGetBankInfo

Revision History

2004/07/20 Changed the waveform archive number to an array.
2004/06/01 Initial version.


CONFIDENTIAL