NNS_SndStrmHandleInit

Syntax

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

Arguments

handle Pointer to a stream handle.

Return Values

None.

Description

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.

See Also

NNS_SndStrmHandleRelease

Revision History

2004/08/10 Initial version.


CONFIDENTIAL