Re: Duration of track and cycle mp3 file
Posted by fredvs on
URL: http://uos-forum.108.s1.nabble.com/Duration-of-track-and-cycle-mp3-file-tp1517p1518.html
Hello LemonParty and welcome to uos forum.
>1. How to get a duration of a mp3 file?
var
tottime: ttime;
ho, mi, se, ms: word;
tottime := uos_InputlengthTime(theplayer, Inputindex1);
DecodeTime(tottime, ho, mi, se, ms);
>2. How to cycle playing of a mp3 file?
Hum, sorry but what is cycle playing, is it playing with loop at each end?