Hi , how i can change volume in Windows Phone 8 SDK ?
Regards
Alex
Printable View
Hi , how i can change volume in Windows Phone 8 SDK ?
Regards
Alex
Hello,
There is no API available for controlling system volume, but you can set the volume in the elements of your application (mediaelement , BackgroundAudioAgent ..) , you can also control the volume on sound effects of your application using XNA Apis : [url]http://msdn.microsoft.com/en-us/library/bb195052%28v=xnagamestudio.30%29.aspx[/url]
I hope this helps,
Charaf
Good thing to also keep in mind is that I think the system volume also affects the application's MediaElement/XNA sounds/etc. volume, so when you lower the system volume (from the volume buttons) the application's own audio elements' volume also goes down.
(Correct me if I'm wrong)