将专辑封面添加到 WMA 文件
我正在使用 WMP 引擎将音频转换为 WMA 格式,但我没有看到任何可以将专辑艺术放入 WMA 文件的 API。有办法做到这一点吗?提前致谢。
I'm using WMP engine to convert audio to WMA format, but I didn't see any API that I can put a alubm art to WMA file. is there a way to do that? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这篇文章。
您可以使用 MediaCatalog 来完成此操作,它为您提供了一个 API 来执行此类操作,如链接中所述。
Give this post a try.
You can do it by using
MediaCatalog
,which gives you an API to do this sort of thing, as explained in the link.查看TagLib Sharp。我曾经用它来阅读专辑封面。我相信你也可以用它写回。
Check out TagLib Sharp. I have once used this to read album art. I am sure you can useit write it back too.