TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2016 |
Maintained by HeDong1117.
HDMuteSwitch是一个检测iPhone手机是否静音.
[[HBMuteSwitch shareInstance] detectMuteSwitch:^(BOOL muted) {
if (muted) {
// 静音
[[HBMuteSwitch shareInstance] repeatPlaySystemSoundVibrate];
} else {
[[HBMuteSwitch shareInstance] repeatPlaySystemSoundVibrate];
// 播放其他自己定义的声音或者歌曲
}
}];
通过 Clone or download 下载 HDMuteSwitch 文件夹内的所有内容.
将 HDMuteSwitch 内的源文件添加(拖放)到你的工程.
导入#import "HDMuteSwitch.h".
添加 AudioToolbox.framework依赖库
类似微信语音通话和语音视频处理逻辑.
HDMuteSwitch is released under the MIT license. See LICENSE for details.