Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种通过 MediaPlayer 库获取艺术家图片的方法。
我在Apple's Doc中搜索过,但没有任何内容。属性“Artwork”是指专辑的封面。
知道我是否以及如何获得它?
我相信正在发生的一切是音乐的 MPMediaItem 包装了 MP3 标签的属性。所以艺术品被嵌入到源文件(.mp3、.aac 等)中。
那么问题来了,这个艺术家的照片是从哪里来的呢?我认为您必须为此编写自己的网络服务。
不过我可能是错的。