[源码下载] 重新想象 Windows 8 Store Apps (65) - 后台任务: 音乐的后台播放和控制 作者:webabcd 介绍重新想象 Windows 8 Store Apps 之 后台任务 音乐的后台播放和控制 示例用于保存每首音乐的相关信息的对象BackgroundTask/SongModel.cs /* * 用于保存每首音乐的相关信息 */ using System; using System.Threading.Tasks; using Windows.Storage; n…
The Background Audio Streamer sample demonstrates how to create an app that uses a MediaStreamSource to stream audio content from a AudioStreamingAgent. This agent will run in the background and under the lock screen where you can control the audio u…