Home > Back-end >  Delphi how to obtain the MP3 audio file length of time, then you can start from any point in time to
Delphi how to obtain the MP3 audio file length of time, then you can start from any point in time to

Time:09-27

Delphi how to obtain the MP3 audio file length of time, then you can start from any point in time to play to a certain point in time,
An mp3's three seconds, for example, are now beginning to play from 3 seconds to 5 seconds, broadcast repeatedly,

CodePudding user response:

Mp3size:=MediaPlayer1 Length div. 1000;
Min:=Trunc (Mp3size/60);//points
The SEC:=Mp3size mod 60;//SEC.

CodePudding user response:

Online look for D version of the player example, function in your need to have some,

CodePudding user response:

Delphi xe version, it seems that the lack of corresponding control properties

CodePudding user response:

Delphi xe version, to the development of mobile applications, is not a Windows desktop application, seems to lack the corresponding control properties
  • Related