I’m developing a Media Player for Windows 8 and I need to read all the music in the Windows Media Player media library.
How I can do that in WinRT C#?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to select
Music Librarycontract inAppmanifest>Capabilitieswhich will allow you to get all music file’s in the User’s music library. But the user can always decline your app the permission to use the Music Library.