使用 WMP SDK 获取 Unicode 格式的艺术家姓名
我正在为 Windows Media Player 编写一个插件,需要获取当前正在播放的歌曲的艺术家姓名。
我使用 IWMPMedia->getItemInfo(L"Artist", &bstrArtist) 来获取艺术家姓名。它适用于 ASCII 名称,但如果名称是 Unicode,则返回空字符串。
有谁知道如何解决这个问题?
谢谢!
I am writing a plug-in for Windows Media Player and need to get the name of the artist of the song currently playing.
I use IWMPMedia->getItemInfo(L"Artist", &bstrArtist) to get the artist name. It works fine with ASCII names but if the name is Unicode, it returns a blank string.
Does anyone know how to get around that problem?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系。我太早调用 getItemInfo() 了。案件结案。
Nevermind. I was calling getItemInfo() too soon. Case closed.