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

Video playback of a file stored in Media Library


Is there an API which supports playback of Video files which are stored in the Media Library on a Windows Phone 8?

Until now I have only been able to find the option of playback from Isolated storage as mentioned on the following link:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394041(v=vs.105).aspx


Solution

  • It seems there is no way to access videos stored in the Media Library :

    From StackOverflow :

    From MSDN :

    MSDN lists all the things that can be done with MediaLibrary in here, (Images, Music and its metadata). But read-only access of videos is not part of it. If it was, no doubt that MS would have mentioned it in this table.