欧美国产另类久热|951超碰伊人久久|伊人影视久久久久|色婷婷亚洲小电影|色东京热69XX|婷婷玖玖深爱网|加勒比东京热网站|无码A级毛片在线观看|一级a毛一级a看|中文字幕人妻欧美

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

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

required background modes 的數(shù)組

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

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]; //創(chuàng)建音樂文件路徑

nsurl * musicurl= [[nsurlalloc]initfileurlwithpath:musicfilepath];

avaudioplayer * theplayer = [[avaudioplayeralloc]initwithcontentsofurl:musicurlerror:nil];

[theplayerplay];

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

theplayer.numberofloops = -1;//設置音樂播放次數(shù) -1為一直循環(huán)

[musicurlrelease];

[theplayerrelease];

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

更多信息請查看技術文章
易賢網手機網站地址:防止iphone進入休眠后臺播放音樂
關于我們 | 聯(lián)系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點

版權所有:易賢網