摘要: #import <AudioToolbox/AudioToolbox.h> 1 -(void) becomeFirstResponse{ 2 [[AVAudioSession sharedInstance] setDelegate: self]; 3 [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error: nil]; 4 UInt32 doSetProperty = 0; 5 AudioSessionSetProperty ( 6 ... 阅读全文
posted @ 2012-07-06 19:30 ValeTu 阅读(302) 评论(0) 推荐(0) 编辑