Unit: ACS_CDROM
TCDMSF = record
Minute : Byte;
Second : Byte;
Frame : Byte;
end;
Specifies CD position. in minute : second : frame values.
There is a function called MSFToStr in ACS_CDROM unit. This function takes TCDMSF value as an argument and returns string where this value is expressed in a "minutes:seconds" format.
Copyright © 2002 Andrei Borovsky. All rights reserved.