使用默认音频会话在后台模式下发声?

时间:2015-06-15 09:32:38

标签: ios avaudioplayer

如果我使用任何方法在设备中使用播放声音,[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil];将影响我正在播放的声音,或者只有在使用AVAudioPlayer

播放声音时它才会起作用

1 个答案:

答案 0 :(得分:2)

没有! AVAudioSession是一个单例类,可用于为您的应用设置音频上下文。它没有为AVAudioPlayer指定。 #reference https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVAudioSession_ClassReference/