#include <nnsys/snd.h>
void NNS_SndArcSetFileAddress( u32 fileId, void* address );
Sets the file address of a 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 gotten with NNS_SndArcGetSeqInfo
or similar functions.
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
2004/06/01 Initial version.
CONFIDENTIAL