Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB.netでmp3の時間の長さを取得する方法はありますか?TagLibを持っていますが、機能がないようです。
TimeSpan オブジェクトを返す TagLib.File.Properties.Duration を探していると思います。そこから TotalSeconds を使用して、mp3 の長さを秒単位で取得できます。