NNS_SndArcSetCurrent

C Specification

#include <nnsys/snd.h>
NNSSndArc* NNS_SndArcSetCurrent( NNSSndArc* arc );

Arguments

arc The sound archive pointer

Return Values

Returns the value of the pointer before the function changes that value.

Description

Changes the current sound archive.

The functions that handle the sound archive are all executed on the current sound archive. The current sound archive can be changed by using this function.

Use the NNS_SndArcGetCurrent function to get the current sound archive.

See Also

NNS_SndArcGetCurrent

Revision History

06/01/2004 Initial version.