有一个简单的视频编辑器,将视频保存到一个文件是在后台实现的,实现的是文档。程序工作,但有一个细微差别-保存在背景中的视频发生时,主流是不活动的,也就是说,当应用程序被最小化到任务栏或关闭。如果部署了应用程序,则背景视频保存任务将被挂起。当主应用程序处于活动状态时,告诉我如何实现后台任务?谢谢!
类背景任务:
using Windows.ApplicationModel.Background;
using Windows.Storage;
using Windows.UI.Notifications;
using Windows.Data.Xml.Dom;
using Windows.Media