NNS_SndArcGetWaveArcInfo

C Specification

#include <nnsys/snd.h>
const NNSSndArcWaveArcInfo* NNS_SndArcGetWaveArcInfo(
int waveArcNo );

Arguments

waveArcNo The waveform archive

Return Values

Returns a pointer to the waveform archive information structure NNSSndArcWaveArcInfo. Returns a NULL if an invalid waveform archive is assigned.

Description

Gets the waveform archive information structure.

See Also

NNSSndArcWaveArcInfo

Revision History

06/01/2004 Initial version.