#include <nnsys/snd.h>void NNS_SndArcSetFileAddress( u32 fileId, void* address );
Sets the file address of the file in the sound archive. To get the address value that was set, make the file ID fileId into a key and call the NNS_SndArcGetFileAddress function.
The file ID fileId can be obtained from the sound data information structure obtained with the NNS_SndArcGetSeqInfo function.
This function is called in order to set the address of the sound data loaded with functions such as the NNS_SndArcLoadSeq function.
NNS_SndArcGetFileAddress, NNS_SndArcGetSeqInfo, NNS_SndArcLoadSeq
06/01/2004 Initial version.
CONFIDENTIAL