signed char F_API FSOUND_Stream_Close( FSOUND_STREAM *stream );
Parameters
stream
Pointer to the stream to be closed down.
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
If the stream has been opened with FSOUND_NONBLOCKING, this function will not succeed until the stream is ready.
The only exception to this rule is for internet streams - this function will successfully close an internet stream that has been opened with FSOUND_NONBLOCKING before that stream is ready.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube