NNS_SndStrmHandleRelease

Syntax

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

Arguments

handle Pointer to the stream handle.

Return Values

None.

Description

This function releases a stream that is bound to a stream handle. This function will not perform any action if a stream is not bound.

You must call this function before destroying a stream handle.

See Also

None.

Revision History

2004/08/10 Initial version.


CONFIDENTIAL