#include <nnsys/snd.h>
u32 NNS_SndArcGetFileOffset( u32 fileId );
Gets the file offset of the file in the sound archive. The file offset is a value that indicates the position where a specific file in the sound archive is stored, counting from the beginning of the sound archive.
The file ID fileId
can be obtained from the sound data information structure gotten with NNS_SndArcGetSeqInfo
or similar functions.
2004/08/10 Initial version.
CONFIDENTIAL