|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
total playtimehi!
how can i get the total playtime of any audio format (especially mp3s)? "Samuel" <Sam***@discussions.microsoft.com> schrieb: Microsoft DirectX 9.0 SDK Update (April 2005) – Audio Video Playback> how can i get the total playtime of any audio format (especially mp3s)? <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. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||