NNS_SndStrmStart

C Specification

#include <nnsys/snd.h>
void NNS_SndStrmStart( NNSSndStrm* stream );

Arguments

stream Pointer to a stream structure.

Return Values

None.

Description

This function starts the playing of a stream.

Before calling this function, you must first call the NNS_SndStrmSetup function and complete the first data fill.

See Also

NNS_SndStrmSetup

Revision History

08/10/2004 Initial version.


CONFIDENTIAL