BitmapImage SetSource Crashing/Freezing App
问题 I am trying to set the image from a stream. However when I set the source from the background thread and use a dispatcher it freezes the app completely. The stream is not null, I have verified that. I am using the taglib api to get the stream of the album picture of an mp3 file. I've tried everything. async void Background(object sender, MediaPlayerDataReceivedEventArgs e) { IRandomAccessStream AlbumArtStream = await Media.GetAlbumArt(MediaFile.Name, await MediaFile.OpenStreamForReadAsync());