NNS_SndStrmHandleInit

C Specification

#include <nnsys/snd.h>
void NNS_SndStrmHandleInit( NNSSndStrmHandle* handle );

Arguments

handle Pointer to a stream handle.

Return Values

None.

Description

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.

See Also

NNS_SndStrmHandleRelease

Revision History

08/10/2004 Initial version.