如何将设备音量值发送到我的应用程序
我在我的应用程序中使用音量,使用 MPMusicPlayerController 和加号和减号按钮来增加和减少音量(增加和减少通过水平图像指示)。虽然按下按钮(用户定义)音量效果很好,但如果我使用设备音量按钮,音量正在调整,但它不与应用程序音量按钮同步,即增加和减少的图像不会被调用。
简而言之,如何将设备音量值发送到我的应用程序?
I am using volume in my app using MPMusicPlayerController with plus and minus buttons for increasing and decreasing the volume(for increasing and decreasing indicates through horizontal images). While pressing the buttons(user defined) volume works good, if i use the device volume button volume is adjusting but its not syncing with app volumes button, i.e the images for increasing and decreasing are not getting called.
Simply, how can get the device volume values to my app ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 这个线程。它还有一些示例代码。看看桑迪的回答!
You can find all the answers on this thread. It also has some example code. Look at Sandy's answer!