Setting AlbumArt of AudioTrack

谁说胖子不能爱 提交于 2019-12-20 07:08:45

问题


I'm using Background Audio Player on Windows Phone 8 and I'm trying to set an album art for my audio track. As I've read here and at MSDN the image MUST be at shared/media/ - ok I've checked the image is there and I try to do:

AudioTrack myTrack = new AudioTrack(track.source, track.Title, track.Artist, track.Album, new Uri("shared/media/Episode29.jpg", UriKind.Relative));

The music starts, but there is no image. Am I doing something wrong?

I've also run Background Audio Player Sample mentioned here at MSDN and I also see no image.

来源:https://stackoverflow.com/questions/21365048/setting-albumart-of-audiotrack

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!