#include <nnsys/snd.h>void NNS_SndHandleInit( NNSSndHandle* handle );
Initializes the Sound Handle. The Sound Handle must be initialized with this function before it can be used.
It is recommended that the Sound Handle be statically secured. If securing dynamically, NNS_SndHandleReleaseSeq() must be called before the variable is cleared.
06/01/2004 Changed the NNS_SndHandleReleasePlayer function to the NNS_SndHandleReleaseSeq function.
04/01/2004 Initial version.