total playtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi!
how can i get the total playtime of any audio format (especially mp3s)?
 
Samuel said:
how can i get the total playtime of any audio format (especially mp3s)?

Microsoft DirectX 9.0 SDK Update (April 2005) – Audio Video Playback
<URL:http://msdn.microsoft.com/en-us/directx9_m/directx/audiovideoplayback/audiovideoplayback.asp>

Problems in the AudioVideoPlayback namespace of managed DirectX9
<URL:http://www.codeproject.com/cs/media/DirectX9_media_playback.asp>

You can use DirectX' AudioVideoPlayback to determine an audio file's length.
Just load the MP3 file into an 'Audio' object and check its 'Duration'
property. There are many alternative ways to determine an audio file's
length, depending on which library you want to use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top