在 VB.net 中确定 mp3 文件的长度(以毫秒为单位)
有没有办法在VB.net中获取mp3的时间长度?我有 TagLib,但它似乎没有任何功能。
Is there a way to get the time length of an mp3 in VB.net? I have TagLib, but it doesn't seem to have any functionality for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您正在寻找 TagLib.File.Properties.Duration ,它返回一个 TimeSpan 对象。从那里您可以使用 TotalSeconds 获取 mp3 的长度(以秒为单位)。
I think you are looking for the TagLib.File.Properties.Duration, which returns a TimeSpan object. From there you can use TotalSeconds to get the length of the mp3 in seconds.
将其添加到轨迹栏的计时器中,并且不要忘记添加标签
玩家
add this to timer of track bar and dont forgot to add label in
player