audio-playback-agent

Album art not showing when using AudioPlaybackAgent in WP7?

两盒软妹~` 提交于 2019-12-11 15:28:15
问题 when using the AudioPlaybackAgent in WP7 I create a track before playing it. Now when I create the track everything transfers: the file, the title, the artist, and the album, but for some reason when I navigate to the Music and Video Hub on the phone the AlbumArt never shows up. Here's my code: AudioTrack audioTrack = new AudioTrack(); audioTrack.BeginEdit(); audioTrack.Source = new Uri(track.Attribute("source").Value); audioTrack.Title = track.Attribute("title").Value; audioTrack.Artist =