简体   繁体   English

无需用户干预即可更改iPhone的音量,可以吗?

[英]Change iPhone volume without user interaction, is it possible?

I've seen this thread but this is only useful if I wanted the user to pick the volume himself. 我已经看到了该线程,但这仅在我希望用户自己选择卷时才有用。 I wanted my application to change the volume gradually. 我希望我的应用程序逐渐改变音量。

Thanks. 谢谢。

You can't. 你不能 See this thread 看到这个线程

You have to remember that the iPhone is designed as phone first and a computer second. 您必须记住,iPhone首先被设计为手机,其次是计算机。 Since phones are emergency communication devices whose functioning can literally be a matter of life and death, any programing functionality that might interfere with phone function is restricted. 由于电话是应急通信设备,其功能从字面上看可能是生死攸关的问题,因此任何可能影响电话功能的编程功能都受到限制。 If a program could override the hardware volume settings it could cause a user to miss a critical call with possibly disastrous consequences. 如果程序可以覆盖硬件音量设置,则可能导致用户错过紧急呼叫,并可能造成灾难性后果。 No app needs volume control more than users need their phone. 没有比用户需要更多的手机需要音量控制了。

You can always adjust the output of your app's own sound. 您始终可以调整应用程序自身声音的输出。 The AVAudioPlayer for example has a volume setting. 例如, AVAudioPlayer具有音量设置。 You just can't control the volume of the hardware and other apps. 您只是无法控制硬件和其他应用程序的音量。

If you are using AVAudioPlayer to play your sounds, you can just set the volume property. 如果使用AVAudioPlayer播放声音,则只需设置volume属性。

If you are using AudioServicesPlaySystemSound , then you cant. 如果您正在使用AudioServicesPlaySystemSound ,则不能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在没有用户互动iPhone的情况下发送短信 - Send sms without user Interaction iPhone 如何在没有用户交互的情况下在Iphone应用中自动录制视频 - How to record a video automatically in Iphone app without user interaction 安装后启动iPhone应用程序,无需用户干预 - Launch iPhone app after installation without user interaction 如何在没有任何用户交互的情况下自动处理iPhone弹出窗口? - how to handle iPhone popups automatically without any user interaction? iPhone:收到消息后,无需用户交互即可启动另一个应用程序 - iphone : on receiving message, launch another app without user interaction iPhone崩溃前的症状-奇怪的用户位置,音量变化 - Pre-crash iphone symptoms - odd user position, volume change 更改iPhone应用程序的音量,而不会出现“更改音量”框(日本的应用程序) - Change iPhone application volume without volume changed box appearing (app for Japan) 在iphone上没有音量滑块的情况下更改音量 - Changing the volume without a volume slider on an iphone 从iPhone应用程序发送邮件而不使用用户交互iOS5? - Send mail from iPhone app without using user interaction iOS5? 与iPhone中的Google语音识别互动? 可能? - Interaction with google voice recognition in iPhone? Possible?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM