#include <nnsys/snd.h>typedef struct NNSSndArcBankInfo
{
u32 fileId;
u16 waveArcNo[4];
} NNSSndArcBankInfo;
fileId |
The file ID in the sound archive |
waveArcNo |
Array of waveform archive numbers associated with the bank. |
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.
07/20/2004 Changed the waveform archive number to an array.
06/01/2004 Initial version.