[[AVAudioSession sharedInstance] setActive:YES withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil];
完成我的音频后,我想播放停用的音乐.
在AVAudioPlayer& AVAudioSession?还是哪个框架支持这个恢复功能?
[[AVAudioSession sharedInstance] setActive:NO withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil];