如何检查ipod是否有音乐文件
我正在尝试让我的应用程序使用 MPMusicPlayerController 从 iPod 播放音乐,但有些设备的 iPod 库中没有音乐。谁能告诉我是否有办法在初始化 iPod 播放器之前检查 iPod 库中是否有音乐。
提前致谢。
I am trying to have my app play music from ipod using MPMusicPlayerController but there are devices which do not have music in there ipod library. Can anyone tell me if there is a way to check whether there is music in the ipod library or not before initializing the ipod player.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MPMediaQuery *查询 = [MPMediaQueryongsQuery];
NSArray *collections = [查询集合];
MPMediaQuery *query = [MPMediaQuery songsQuery];
NSArray *collections = [query collections];