【发布时间】:2014-03-15 19:54:52
【问题描述】:
我目前正在开发一个视频备份/上传应用程序,它需要我以编程方式访问 wp8 上的所有视频;不管他们是在手机上还是在sd卡上。
有什么方法可以让我们以编程方式访问 wp8 中的所有视频?
我知道有一种方法可以将应用程序与video hub 集成。我也知道可以使用特定于应用程序的Isolated Storage 保存文件。
但我的老板要求这样做..
1) Videos list should be displayed in the app itself without integrating with the video hub.
2) App should not use only the videos from the Isolated Storage because that will greatly restrict the apps functionality.
我的意思是我可以获得与内置视频中心显示的相同的视频列表吗?如果没有托管选项,那么可以使用本机代码来完成吗?
【问题讨论】:
标签: c# windows-phone-8