gpt4 book ai didi

c# - 我无法在 C# 中使用 WMPLib 获取艺术家和专辑的名称

转载 作者:太空宇宙 更新时间:2023-11-03 13:04:01 26 4
gpt4 key购买 nike

我正在尝试使用 WMPLib 在 C# 中制作音乐播放器。这是我所拥有的:

WMPLib.WindowsMediaPlayer song = new WMPLib.WindowsMediaPlayer();
song.URL = file; //the path to a mp3 file
song.controls.stop();
Console.WriteLine(song.currentMedia.getItemInfo("Title"));
Console.WriteLine(song.currentMedia.getItemInfo("Artist"));
Console.WriteLine(song.currentMedia.getItemInfo("Album"));

只有 'song.currentMedia.getItemInfo("Title")' 有效(它返回标题)。他们返回“”(无)的艺术家和专辑我做错了什么?

最佳答案

我解决了!我必须稍等片刻才能从磁盘加载歌曲。专辑和艺术家等信息仅在歌曲加载后可用。

这很有帮助:https://social.msdn.microsoft.com/Forums/en-US/7718f71a-1296-4168-9b12-36d063993b0d/getting-an-track-length-with-windows-media-player?forum=Vsexpressvcs

关于c# - 我无法在 C# 中使用 WMPLib 获取艺术家和专辑的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31368603/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com