NNS_SndArcSetFileAddress

Syntax

#include <nnsys/snd.h>
void NNS_SndArcSetFileAddress( u32 fileId, void* address );

Arguments

fileId File ID.
address The file address

Return Values

None.

Description

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.

See Also

NNS_SndArcGetFileAddress, NNS_SndArcGetSeqInfo, NNS_SndArcLoadSeq

Revision History

2004/06/01 Initial version.


CONFIDENTIAL