NNS_SndArcStrmStartPrepared

C Specification

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

Arguments

handle Pointer to a 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

08/10/2004 Initial version.