TCDPosition


Unit: ACS_CDROM

TCDPosition = record
Track : Integer;
MSF :
TCDMSF;
end;

Specifies CD position. Track - number of the current track on the CD, tracks numbers start from 1. MSF - position in minute : second : frame values relative to the beginning of the track.


Copyright © 2002 Andrei Borovsky. All rights reserved.