为什么我的 iOS 应用程序中的音量不跟随硬件控制?
我的 iPad 应用程序使用 AVAudioPlayer 来播放背景音乐。当我想通过调节 iPad 边缘的音量按钮(硬件)来改变音量时,声音仍然像以前一样响亮。
为什么会这样?
感谢您的帮助!
My iPad app uses AVAudioPlayer to play background music. When I want change the volume by adjusting the volume button (hardware) that rim of iPad, it still sound as loud as it was.
Why it that?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你设置了AudioSession类别吗?
Did you set the AudioSession category?