NNS_SndArcGetFileSize

Syntax

#include <nnsys/snd.h>
u32 NNS_SndArcGetFileSize( u32 fileId );

Arguments

fileId File ID.

Return Values

Returns the file size. Returns 0 if the file ID is invalid.

Description

Gets the size of the file inside the sound archive.

The file ID fileId can be obtained from the sound data information structure gotten with NNS_SndArcGetSeqInfo or similar functions.

See Also

NNS_SndArcGetSeqInfo

Revision History

2004/06/01 Initial version.


CONFIDENTIAL