I use Windows Phone 8.1 Runtime I get my song in isolated storage
My code : storageFile is song in isolated storage
IRandomAccessStream stream = await storagefile.OpenAsync(FileAccessMode.Read);
BackgroundMediaPlayer.Current.SetStreamSource(stream);
BackgroundMediaPlayer.Current.Play();
When I play it,but it not work , like photo (try emulator and device lumina 520)
http://photoshare7.com/image/f5a
_message: Unable to cast object of type 'Windows.Media.Playback.MediaPlayer ' to type 'Windows.Media.Playback.IMediaPlayerSource'
Please Help me .Tks all.Sr my English.