Previous Topic Index Next Topic
[API function]

FSOUND_Stream_Stop

Stops a stream from playing.

signed char F_API FSOUND_Stream_Stop(
FSOUND_STREAM *stream
);

Parameters

stream Pointer to a stream to stop.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

The stream is still prepared and sitting in memory ready to go. Use FSOUND_Stream_Close
on the stream to completely remove it.

See Also

FSOUND_Stream_Close , FSOUND_Stream_Create , FSOUND_Stream_OpenFile , FSOUND_Stream_Play , FSOUND_Stream_PlayEx

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.