#include <nnsys/snd.h>void NNS_SndArcStrmStop( NNSSndStrmHandle* handle, int fadeFrame );
handle |
Pointer to a stream handle |
fadeFrame |
Fade out frames Takes a value between 0 and 65535 |
This function stops the stream that is associated with the stream handle handle. It does not do anything if the stream handle handle is invalid.
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.
08/10/2004 Initial version.
CONFIDENTIAL