#include <nnsys/snd.h>void NNS_SndArcStrmStartPrepared( NNSSndStrmHandle* handle );
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.
08/10/2004 Initial version.