TCDTrackInfo


Unit: ACS_CDROM

TCDTrackInfo = record
TrackLength :
TCDMSF;
TrackType : TTrackType;
end;

Contains information about the selected track. TrackLength contains the length of the track in MSF format. TrackType may contain one of the following values: ttAudio - track is CD-DA audio track; ttData - track contains data.


Copyright © 2002 Andrei Borovsky. All rights reserved.