我可以使用 MPMediaQuery 获取歌曲的年份吗?
我一直在阅读 iOS iPod 库文档,试图找出是否有一种方法可以按发布年份来影响或过滤歌曲和/或专辑。
MPMediaItem 类参考指出您可以使用:
NSString *const MPMediaItemPropertyPlayCount;
NSString *const MPMediaItemPropertySkipCount;
NSString *const MPMediaItemPropertyRating;
NSString *const MPMediaItemPropertyLastPlayedDate;
NSString *const MPMediaItemPropertyUserGroupin;
但它根本没有提及出版年份。
I've been reading the iOS iPod library documentation, trying to figure out if there is a way to fecth or filter song and/or albums by the year of publication.
The MPMediaItem Class reference states that you can use:
NSString *const MPMediaItemPropertyPlayCount;
NSString *const MPMediaItemPropertySkipCount;
NSString *const MPMediaItemPropertyRating;
NSString *const MPMediaItemPropertyLastPlayedDate;
NSString *const MPMediaItemPropertyUserGroupin;
But it doesn't mention year of publication at all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 MPMediaItemPropertyReleaseDate
try MPMediaItemPropertyReleaseDate