#include <nnsys/snd.h>
NNSSndArc* NNS_SndArcSetCurrent( NNSSndArc* arc );
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.
Functions whose name starts with "NNS_SndArc" (including those of the form NNS_SndArcPlayer*) reference the current sound archive. To use more than one sound archive, the sound archive to be used must be set as the current sound archive before calling these functions.
2006/09/13 Added a note.
2004/06/01 Initial version.
CONFIDENTIAL