NNS_SndHandleInit

C Specification

#include <nnsys/snd.h>
void NNS_SndHandleInit( NNSSndHandle* handle );

Arguments

handle The sound handle pointer.

Return Values

None.

Description

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.

See Also

NNS_SndHandleReleaseSeq

Revision History

2004/06/01 Changed the NNS_SndHandleReleasePlayer function to the NNS_SndHandleReleaseSeq function.

2004/04/01 Initial version.


CONFIDENTIAL