Previous Topic Index Next Topic
[API function]

FSOUND_Stream_SetTime

Sets the current stream's FILE position in MILLISECONDS.

signed char F_API FSOUND_Stream_SetTime(
FSOUND_STREAM *stream,
int ms
);

Parameters

stream Pointer to the stream to have its position set.

Return Value

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

Remarks

See Also

FSOUND_Stream_GetLength , FSOUND_Stream_GetPosition , FSOUND_Stream_GetTime , FSOUND_Stream_SetPosition

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.