|
Administrator
|
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?
|