Search code examples
c#windows-phone-8windows-phone

So there is no way to access videos on Windows Phone 8?


I need to access videos on camera roll and also on Music+Video. but it seems there is no way at all.

Here in the documentation says we can use:

MediaLibrary library = new MediaLibrary();

But it only can access musics.

Can we say I should forget this thing for ever in WP8?


Solution

  • Unfortunately, there is no way to access videos in Media Library.
    You have read-write access only to audio and photos. See this answer: https://stackoverflow.com/a/13473349/1029518