c# - How to access Video from Gallery in Windows Phone 8 -
I searched the whole net and found only photchristostas that works only for images. For the video I came to know that there is no way for the phone 8 and it comes in 8.1. Eg I got the app
This app is for phone 8 and can play video from any storage. Is there any way and I'm missing something, any help.
True, there is no API for video to choose from. With Windows Phone 8.1, they provided an API in it. And it looks a bit like this, but this string will not do the whole thing ..
var.userVideoChoose = KnownFolders.VideoLibrary; I do not really know much.
Comments
Post a Comment