SND_GetWaveDataCount 

Syntax
#include <nitro/snd.h>
u32 SND_GetWaveDataCount( const SNDWaveArc* waveArc );
Arguments
waveArc |
This is the Waveform Archive pointer. |
Return Values
Returns the amount of waveform data.
Description
Gets the amount of waveform data in the waveform archive.
See Also
None.
Revision History
2005/01/20 Initial version.