监控系统音量可以直接用
[NSNotificationCenter defaultCenter 观察息]@"AVSystemController_SystemVolumeDidChangeNotification
添加通知之后监控到的
// 监控系统的音量变化
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(volumeChange:) name:@"AVSystemController_SystemVolumeDidChangeNotification" object:nil];