Previous Topic Index Next Topic
[API function]

FSOUND_CD_SetTrackTime

Performs a seek within a track specified by milliseconds.

signed char F_API FSOUND_CD_SetTrackTime(
char drive,
unsigned int ms
);

Parameters

drive The drive ID to use. 0 is the default CD drive. Using D or E in single quotes would be D: or E: for example.
ms Time to seek into the current track in milliseconds.

Return Value

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

Remarks

This function will start the track if it is not playing.
___________________
Supported on the following platforms : Win32, Linux, Macintosh (OSX CFM Only)

See Also

, FSOUND_CD_GetTrackLength , FSOUND_CD_GetTrackTime

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:58 2004 by SourceDoc v0.10, the automated source code documenter.