Finding MP3 length in C#

三世轮回 提交于 2019-12-10 03:07:58

问题


I'm using TagLib# to get ID3 tag data from some MP3s, but what I can't seem to do is find the length of the MP3. How can I find the length of an MP3 in C#?


回答1:


TagLib# exposes this information TagLib.File.Properties.Duration



来源:https://stackoverflow.com/questions/1007547/finding-mp3-length-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!