如何使用 cocoa/objective c 读取/写入/更新 m4u 和 mp3 文件元数据?

发布于 2024-09-18 10:51:30 字数 39 浏览 7 评论 0原文

OS/X 上是否有一些相关的特定库文件,我只是不确定从哪里开始。

Are there some particular library files available on OS/X that are relevant, I am just not sure where to start.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

回眸一笑 2024-09-25 10:51:30

您可能想使用 QuickTime 来实现此目的。有一些 执行此操作的示例代码。然而,这并不是访问元数据的最好方法。较新的 QTKit 框架在某种程度上仍然要求您回退到基于 C 的 API。 Apple 有另一个示例,将元数据写入Objective-C 方法。这可能是您的最佳起点。

You'd probably want to use the QuickTime for that. There is some sample code that does this. However, it's not the nicest way to access metadata. The newer QTKit Framework somehow still requires you to fall back to the C-based APIs. There is another example from Apple embedding meta data writing into a Objective-C method. This might be the best starting point for you.

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