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

编程入门 行业动态 更新时间:2024-10-25 14:25:20
本文介绍了如何以编程方式使铃声静音或更改 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. :-(

我不在乎这个 get 是否是 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:09:57,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1637639.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:铃声   静音   方式

发布评论

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

>www.elefans.com

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