Platform |
Win32, x64 |
Purpose |
To get the length of a CD track. |
Syntax |
INTEGER FUNCTION GET_TRACK_LENGTH@( TRACK ) |
Description |
Call this routine to obtain the length of an audio CD's track in milliseconds. If the track length returned is zero then this track does not exist. This result can be used to determine the number of audio tracks available. The first track number is 1 rather than zero. |
Return value |
Returns the required track length or zero on failure. |
See also |
CLOSE_CD_TRAY@, SET_CD_POSITION@, PLAY_AUDIO_CD@, STOP_AUDIO_CD@ |