播放音频结束后,通知中断程序中断已经结束,可以恢复播放
在音频播放完毕,加上以下代码
do {
try AVAudioSession.sharedInstance().setActive(false, with: AVAudioSessionSetActiveOptions.notifyOthersOnDeactivation)
} catch let error as NSError {
print(error.localizedDescription)
}
播放音频结束后,通知中断程序中断已经结束,可以恢复播放
在音频播放完毕,加上以下代码
do {
try AVAudioSession.sharedInstance().setActive(false, with: AVAudioSessionSetActiveOptions.notifyOthersOnDeactivation)
} catch let error as NSError {
print(error.localizedDescription)
}
本文标题:iOS 当前程序播放录音后,其他播放软件(如qq音乐)不能恢复播
本文链接:https://www.haomeiwen.com/subject/qoyakftx.html
网友评论