91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ios中音樂后臺運行方法

發布時間:2020-10-14 16:32:41 來源:網絡 閱讀:235 作者:whs95 欄目:移動開發

1、引入AVFoundation框架中的#import <AVFoundation/AVFoundation.h>,然后在Info.plist文件中添加UIBackgroundModes鍵值,它包含一個或多個string的值,選擇App plays audio or streams audio/video using AirPlay。

2、在加載音樂的界面ViewDidLoad中添加下面代碼

AVAudioSession *session = [AVAudioSession sharedInstance];

[session setActive:YES error:nil];

[session setCategory:AVAudioSessionCategoryPlayback error:nil];


完整代碼演示:

- (void)viewDidLoad

{

//音樂在后臺播放

AVAudioSession *session = [AVAudioSession sharedInstance];

[session setActive:YES error:nil];

[session setCategory:AVAudioSessionCategoryPlayback error:nil];


NSURL* fileURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"loop.mp3" ofType:nil]];

AVAudioPlayer *player = [[AVAudioPlayer alloc] initWithContentsOfURL:fileURL error:NULL];

player.numberOfLoops = -1; // Endless(循環播放)

[player play];


}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

尉犁县| 利辛县| 南汇区| 上饶县| 东宁县| 沂南县| 南京市| 合阳县| 定结县| 志丹县| 三原县| 万年县| 凤台县| 治多县| 五常市| 清徐县| 尚义县| 巧家县| 固阳县| 寿宁县| 商水县| 炉霍县| 临朐县| 西畴县| 德州市| 扬中市| 酉阳| 陈巴尔虎旗| 龙泉市| 朝阳区| 天镇县| 商水县| 屯昌县| 清涧县| 荣成市| 瓦房店市| 休宁县| 武乡县| 秭归县| 彰化市| 贵州省|