中文字幕免费精品_亚洲视频自拍_亚洲综合国产激情另类一区_色综合咪咪久久

防止iphone進入休眠后臺播放音樂
來源:易賢網 閱讀:1045 次 日期:2014-11-04 11:38:13
溫馨提示:易賢網小編為您整理了“防止iphone進入休眠后臺播放音樂”,方便廣大網友查閱!

步驟一:在resource文件夾下找到該項目的info.plist添加一個

Required background modes 的數組

并在下面添加一個元素,其值為

App plays audio

步驟二:

需要導入相應的framework和頭文件

#import <AudioToolbox/AudioToolbox.h>

#import <AVFoundation/AVFoundation.h>

步驟三:

//禁止程序運行時自動鎖屏

[[UIApplicationsharedApplication]setIdleTimerDisabled:YES];

步驟四:

AVAudioSession *audioSession = [AVAudioSessionsharedInstance];

NSError *err =nil;

[audioSession setCategory :AVAudioSessionCategoryPlayAndRecorderror:&err];

if(err)

{

NSLog(@"audioSession: %@ %d %@", [errdomain], [errcode], [[erruserInfo]description]);

}

[audioSessionsetActive:YESerror:&err];

err =nil;

if(err)

{

NSLog(@"audioSession: %@ %d %@", [errdomain], [errcode], [[erruserInfo]description]);

}

NSString * musicFilePath = [[NSBundlemainBundle]pathForResource:@"初音ミク-World Is Mine" ofType:@"mp3"]; //創建音樂文件路徑

NSURL * musicURL= [[NSURLalloc]initFileURLWithPath:musicFilePath];

AVAudioPlayer * thePlayer = [[AVAudioPlayeralloc]initWithContentsOfURL:musicURLerror:nil];

[thePlayerplay];

[thePlayersetVolume:1]; //設置音量大小

thePlayer.numberOfLoops = -1;//設置音樂播放次數 -1為一直循環

[musicURLrelease];

[thePlayerrelease];

更多信息請查看IT技術專欄

更多信息請查看技術文章
易賢網手機網站地址:防止iphone進入休眠后臺播放音樂
由于各方面情況的不斷調整與變化,易賢網提供的所有考試信息和咨詢回復僅供參考,敬請考生以權威部門公布的正式信息和咨詢為準!

2026國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點 | 投訴建議
工業和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
云南網警備案專用圖標
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權所有:易賢網
云南網警報警專用圖標
主站蜘蛛池模板: 尚志市| 台前县| 白河县| 灌南县| 肥城市| 吉安市| 通河县| 友谊县| 邻水| 浑源县| 万宁市| 尼玛县| 普宁市| 元阳县| 长海县| 娄烦县| 五峰| 滨州市| 张家界市| 仁寿县| 玉龙| 金湖县| 台中县| 文化| 竹北市| 滁州市| 张家口市| 明星| 上思县| 呈贡县| 清河县| 红桥区| 海安县| 白山市| 康定县| 吉木乃县| 花垣县| 长宁县| 台前县| 延寿县| 常熟市|