Previous Topic Index Next Topic
[API function]

FSOUND_Stream_GetTime

Returns the current time offset in stream in milliseconds.

int F_API FSOUND_Stream_GetTime(
FSOUND_STREAM *stream
);

Parameters

stream Pointer to the stream to get the currently playing time offset.

Return Value

On success, the current stream's position in milliseconds is returned.
On failure, 0 is returned.

Remarks

FSOUND_MPEGACCURATE will need to be used with mp3 files that use VBR encoding for more accuracy.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FSOUND_Stream_SetTime

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:36 2005 by SourceDoc v0.10, the automated source code documenter.