SND_GetWaveDataCount
C Specification
#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
01/20/2005 Initial version