SND_GetWaveDataAddress

Syntax

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

Arguments

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

Return Values

Gets the address of the SNDWaveData type waveform data.

Description

Gets the address of the waveform data in the waveform archive.

See Also

SNDWaveData

Revision History

2005/01/20 Initial version.


CONFIDENTIAL