iPhone sdk,保存MPMediaItemCollection吗?
我的应用程序显示 MPMediaPickerController
。我想保存 MediaItem
并在启动时再次播放。我认为使用 MPMediaQuery
可以做到这一点。看来,我应该使用 MPMediaItemPropertyPercientID
但我不知道如何查询它。有什么想法吗?
I have my application displaying a MPMediaPickerController
. I would like to save the MediaItem
and start it playing again on startup. I think this is doable using the MPMediaQuery
. It seems, I should be using the MPMediaItemPropertyPersistentID
but I am not sure how to query for it. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
伙计,你不需要保存 mediaCollection。媒体集合它只是 MPMediaItem 对象的数组。所以你最好保存这个项目的permanentIds。这很容易
Man, you dont need to save mediaCollection. media collection it is just array of MPMediaItem objects. So you'd better save persistentIds of this items. it's quite easy
这应该有效:
This should work: