#include <nnsys/snd.h>void NNS_SndStrmHandleInit( NNSSndStrmHandle* handle );
This function initializes a steam handle. Before beginning to use a stream handle, you must initialize it once with this function.
We recommend that you statically allocate the stream handle. If you dynamically allocate a stream handle, you must call the NNS_SndStrmHandleRelease function before the memory is destroyed.
08/10/2004 Initial version.
CONFIDENTIAL