如何以编程方式静音振铃器或更改iOS5上的铃声

编程入门 行业动态 更新时间:2024-10-25 08:20:34
本文介绍了如何以编程方式静音振铃器或更改iOS5上的铃声的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

有没有办法减少铃声的音量或更改iOS5上的铃声?

Is there a way to reduce the volume of the ringer or change the ringer tone on iOS5?

我检出了Celestial框架,但不能实例化AVSystemController。 : - (

I checked out the Celestial framework, but can't instantiate AVSystemController. :-(

我不在乎这个应用程序是否在AppStore中被拒绝,因为它永远不会被提交。

I don't care if this get's the app rejected in the AppStore as it will never be submitted.

推荐答案

是的,使用 AVSystemController ,你不需要实例化它。这是一个单例。

Yes. Use AVSystemController. You don't instantiate it. It's a singleton.

code.google/p/iphone-dev/source/browse/trunk/include/include/Celestial/AVSystemController.h?r=136

[[AVSystemController sharedAVSystemController] setVolumeTo:10.0 forCategory:@"Ringtone"];

更多推荐

如何以编程方式静音振铃器或更改iOS5上的铃声

本文发布于:2023-11-27 10:10:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1637642.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:振铃   静音   方式   铃声

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!