1.注冊事件
NSNotificationCenter*nsnc = [NSNotificationCenterdefaultCenter];
[nsncaddObserver:self
selector:@selector(handleRouteChange:)
name:AVAudioSessionRouteChangeNotification
object:[AVAudioSessionsharedInstance]];
1.注冊事件
NSNotificationCenter*nsnc = [NSNotificationCenterdefaultCenter];
[nsncaddObserver:self
selector:@selector(handleRouteChange:)
name:AVAudioSessionRouteChangeNotification
object:[AVAudioSessionsharedInstance]];