#include <nnsys/snd.h>
void NNS_SndStrmHandleInit( NNSSndStrmHandle* handle );
This function initializes a stream 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.
2004/08/10 Initial version.
CONFIDENTIAL