SND_SetWaveDataAddress

C Specification

#include <nitro/snd.h>
void SND_SetWaveDataAddress(
SNDWaveArc* waveArc,
int index,
const SNDWaveData* address );

Arguments

waveArc This is the Waveform Archive pointer.
index This is the index number of the waveform data.
address This is the waveform data address.

Return Values

None.

Description

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.

See Also

SNDWaveData

Revision History

01/20/2005 Initial version