简体   繁体   中英

Show UVC windows phone 7

Good day all.

Can i show/hide UVC (Universal Volume Control) from my code?

Maybe any API, for example Device.ShowUVC() ?

Up to Windows Phone Mango SDK, you cannot ask the OS to show the volume control UI through code.

You can have some action on this UI through Microsoft.Phone.BackgroundAudio namespace , when your app play sound in background (ie. set if the UI show play/pause/shuffle buttons via EnabledPlayerControls enumeration).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM