#include <nitro/snd.h>
void SND_SetWaveDataAddress( SNDWaveArc* waveArc, int index, const SNDWaveData* address );
waveArc |
This is the Waveform Archive pointer. |
index |
This is the index number of the waveform data. |
address |
This is the waveform data address. |
Updates the address of the waveform data in the waveform archive. The waveform data is designated in the SNDWaveData
format.
If a NULL is designated in address
, there will be no sound generated for that waveform index.
2005/01/20 Initial version.
CONFIDENTIAL