#include <nnsys/snd.h>
u32 NNS_SndArcGetSeqCount(
void )
;u32 NNS_SndArcGetSeqArcCount(
void )
;u32 NNS_SndArcGetBankCount(
void )
;u32 NNS_SndArcGetWaveArcCount(
void )
;u32 NNS_SndArcGetGroupCount(
void )
;u32 NNS_SndArcGetStrmCount(
void )
;
Gets the quantity of data of each type inside the sound archive.
The NNS_SndArcGetSeqCount
function gets the number of sequences.
The NNS_SndArcGetSeqArcCount
function gets the number of sequence archives.
The NNS_SndArcGetBankCount
function gets the number of banks.
The NNS_SndArcGetWaveArcCount
function gets the number of waveform archives.
The NNS_SndArcGetGroupCount
function gets the number of groups.
The NNS_SndArcGetStrmCount
function gets the number of streams.
None.
2004/08/10 Added description for NNS_SndArcGetStrmCount
.
2004/06/01 Initial Version.
CONFIDENTIAL