I would like to add a progress bar / line to a MP3 player. Is it possible
>> to retrieve the length and the current position of the track with Gambas2
>> ? Thanks!
>>
> Alas, not for MP3. SDL has no way to guess the length of a MP3 file (funny
> format isn't it?). You just have the time posit
You can get the current position but not the total lenght :)
I used some software that gives infos about MP3s (including total
lenght) in the shell, calling it from GB, to avoid the problem!
--
The Palm PDK Hot Apps Progra
> I would like to add a progress bar / line to a MP3 player. Is it possible
> to retrieve the length and the current position of the track with Gambas2
> ? Thanks!
Alas, not for MP3. SDL has no way to guess the length of a MP3 file (funny
format isn't it?). You just have the time position.
Regar
I would like to add a progress bar / line to a MP3 player. Is it possible to
retrieve the length and the current position of the track with Gambas2 ?
Thanks!
--
The Palm PDK Hot Apps Program offers developers who use the
Pl