NNS_SndArcSetFileAddress

C Specification

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

Arguments

fileId The file ID
address The file address

Return Values

None.

Description

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.

See Also

NNS_SndArcGetFileAddress, NNS_SndArcGetSeqInfo, NNS_SndArcLoadSeq

Revision History

06/01/2004 Initial version.


CONFIDENTIAL