NNS_SndArcStrmStartPrepared

Syntax

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

Arguments

handle Pointer to the stream handle.

Return Values

None.

Description

This function plays the prepared stream. It does not do anything if the stream handle handle is invalid.

The stream that was prepared with the NNS_SndArcStrmPrepare function is played. If preparations are still in progress, playback begins after preparations are complete.

See Also

NNS_SndArcStrmPrepare

Revision History

2004/08/10 Initial version.


CONFIDENTIAL