NNS_SndArcStrmIsPrepared

C Specification

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

Arguments

handle Pointer to a stream handle.

Return Values

Returns a value of TRUE if the stream preparations are complete. Returns a value of FALSE if the stream preparations are incomplete or if the stream handle is invalid.

Description

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

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

See Also

NNS_SndArcStrmPrepare

Revision History

08/10/2004 Initial version.