问题
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