#include <nnsys/snd.h>
void NNS_SndArcStrmStopAll( int fadeFrame );
This function stops all streams.
The sound fades out gradually over the time for the number of frames that are specified in fadeFrame
and then the stream stops completely. When fadeFrame
is 0, the stream stops immediately. The priority during a fade-out is 0 (the lowest priority).
None.
2004/08/10 Initial version.
CONFIDENTIAL