从 AAC 文件中读取或写入评级
我正在尝试弄清楚如何从 Windows 7 上的 AAC 文件中读取“评级”。此数据以某种方式保留在文件中,因为 Windows 7 shell 和 WMP 可以读取/写入评级。
在 MP3 中,评级数据存储在 Id3v2 的 PopimeterFrame 中,但 AAC 不使用 Id3v2 标签。
有人知道如何获取此信息吗?
我正在使用 TagLib# 来读取元数据。
I'm trying to figure out how to read the "ratings" from an AAC file on Windows 7. This data is somehow persisted in the file as the Windows 7 shell and WMP can read / write the ratings.
In MP3 the ratings data is stored in the PopularimeterFrame of the Id3v2 but AAC does not use Id3v2 tags.
Does anyone happen to know how to get at this info?
I'm using TagLib# to read meta data btw.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了这一点。
先决条件:Windows API 代码包
Figured this out.
Prerequisites: Windows API Code Pack