NNS_SndArcStrmIsPrepared

Syntax

#include <nnsys/snd.h>
BOOL NNS_SndArcStrmIsPrepared( NNSSndStrmHandle* handle );

Arguments

handle Pointer to a stream handle.

Return Values

Returns whether preparations are complete.

Description

Checks whether stream preparations are complete. A value of FALSE is returned if the stream handle handle is invalid.

This function checks in advance whether a stream that is prepared with the NNS_SndArcStrmPrepare function can be played immediately.

See Also

NNS_SndArcStrmPrepare

Revision History

2004/08/10 Initial version.


CONFIDENTIAL