在 VB.net 中确定 mp3 文件的长度(以毫秒为单位)

发布于 2024-10-17 04:14:40 字数 52 浏览 1 评论 0原文

有没有办法在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪眸﹌ 2024-10-24 04:14:40

我认为您正在寻找 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.

吲‖鸣 2024-10-24 04:14:40

将其添加到轨迹栏的计时器中,并且不要忘记添加标签

 Label4.Text = AxWindowsMediaPlayer1.Ctlcontrols.currentItem.durationString

玩家

add this to timer of track bar and dont forgot to add label in

 Label4.Text = AxWindowsMediaPlayer1.Ctlcontrols.currentItem.durationString

player

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文