doctorjellybean
Programmer
- May 5, 2003
- 145
I would like to display the length of a track being played with TMediaPlayer, as well as the current position.
The length is no problem, as I can get that by using
var Duration:integer;
Duration:=MediaPlayer1.Length;
However, I can't see anything which gets the current time/length/position as the track is being played.
Thanks in advance.
The length is no problem, as I can get that by using
var Duration:integer;
Duration:=MediaPlayer1.Length;
However, I can't see anything which gets the current time/length/position as the track is being played.
Thanks in advance.