#include <nnsys/snd.h>void* NNS_SndArcGetFileAddress( u32 fileId );
Returns the file address. Returns a NULL when the file address is not set, or when the file ID is invalid.
Gets the address of the file in the sound archive. The purpose of this function is to obtain the file address set with the NNS_SndArcSetFileAddress 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 by a variety of other functions to determine whether or not the data inside the sound archive is resident in the memory.
NNS_SndArcSetFileAddress, NNS_SndArcGetSeqInfo
2004/06/01 Initial version.
CONFIDENTIAL