是否可以唯一标识 MPMediaCollection 中的重复 MPMediaItem?

发布于 2024-11-28 14:56:24 字数 130 浏览 0 评论 0原文

我正在使用 MPMediaItemCollection 来保存用户从 iPod 音乐库中选择的许多音乐曲目。我希望能够唯一地标识集合中的每个 MPMediaItem,即使它们是重复的。这可能吗?

I am using an MPMediaItemCollection to hold a number of user selected music tracks from the iPod music library. I want to be able to uniquely identify each MPMediaItem within the collection even if they are duplicated. Is this possible?

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

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

发布评论

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

评论(1

晚风撩人 2024-12-05 14:56:24

我遇到了和你一样的问题,Apple 刚刚在 iOS v5.0 中为我提供了解决方案。 MPMusicPlayerController 类中有一个 indexOfNowPlayingItem 属性。您可以使用它来索引您的数组。当然这是如果您使用 MPMusicPlayerController 的话。

I've had the same problem as you, and Apple has just provided me the solution in iOS v5.0. There is an indexOfNowPlayingItem property in the MPMusicPlayerController class. You can use that to index into your array. This is of course if you are using MPMusicPlayerController.

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