 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David Bouffard Guest
|
Posted: Thu May 06, 2004 5:43 pm Post subject: wav file length in minutes |
|
|
I have try this code to get the length of a wave file in minutes but it does
not work.
any idea
procedure TFormMain.GetLength;
var
TheLength : LongInt;
begin
MediaPlayer1.TimeFormat := tfMSF;
TheLength := Mediaplayer1.Length;
with HMSRec(TheLength) do
begin
//minutes is a byte
LabelLenghtMin.Caption := IntToStr(Minutes);
end;
end;
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|