I have a volume slider in my WinRT app which I would like to sync with the system volume. Is there a way to do this? iOS allows developers to give this functionality.
Share
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.
The volume of playback can be controlled using the MediaElement.Volume property. I cannot find a specific supporting quote but my own observations indicate the volume is per MediaElement object like it is in SilverLight and there is no way to change the system volume in an app.