Windows Phone 8.1 Universal应用程序中MediaPlayerLauncher的替换是什么?
启动URI会打开浏览器:
var options = new LauncherOptions();
options.ContentType = "video/mp4";
await Launcher.LaunchUriAsync(uri.Uri, options);
设置ContentType时崩溃(如上所示)。
解决方案是什么(除了用播放器实现自己的页面)?
答案 0 :(得分:0)
WP 8.1 RT
中没有替代MediaPlayerLauncher唯一的解决方案是使用MediaElement在应用中播放视频。