Hi , how i can change volume in Windows Phone 8 SDK ?
Regards
Alex
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 : http://msdn.microsoft.com/en-us/libr...dio.30%29.aspx
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)