iOS怎样实现锁屏页面控制音乐播放
发表于:2025-01-19 作者:千家信息网编辑
千家信息网最后更新 2025年01月19日,这篇文章将为大家详细讲解有关iOS怎样实现锁屏页面控制音乐播放,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。具体内容如下//1、调整音频会话设置,确保应用进入后台或
千家信息网最后更新 2025年01月19日iOS怎样实现锁屏页面控制音乐播放
这篇文章将为大家详细讲解有关iOS怎样实现锁屏页面控制音乐播放,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
具体内容如下
//1、调整音频会话设置,确保应用进入后台或静音开关已开启时音频仍将继续播放//2、锁屏状态下显示媒体信息//3、锁屏上的空间可以控制音频播放#import "ViewController.h"#import#import @interface ViewController ()@property (nonatomic, strong) AVAudioPlayer *audioPlayer;@property (weak, nonatomic) UIButton *playButton;@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; UIButton * playButton = [UIButton buttonWithType:UIButtonTypeSystem]; playButton.frame = CGRectMake(0, 0, 200, 40); playButton.center = self.view.center; [playButton setTitle:@"在后台播放音频" forState:UIControlStateNormal]; [playButton addTarget:self action:@selector(playMusicInBackground:) forControlEvents:UIControlEventTouchUpInside]; [self.view addSubview:playButton]; NSError *playerInitError = nil; NSString *audioPath = [[NSBundle mainBundle] pathForResource:@"background_audio" ofType:@"mp3"]; NSURL *audioURL = [NSURL fileURLWithPath:audioPath]; self.audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:audioURL error:&playerInitError]; AVAudioSession *session = [AVAudioSession sharedInstance]; NSError *activeError = nil; if (![session setActive:YES error:&activeError]) { NSLog(@"Failed to set active audio session!"); } //No.1 //开始写代码,调整音频会话设置,确保即便应用进入后台或静音开关已开启,音频仍将继续播放 NSError *categoryError = nil; [session setCategory:AVAudioSessionCategoryPlayback error:&categoryError]; //end_code}- (void)playMusicInBackground:(id)sender { if ([self.audioPlayer isPlaying]) { [self.audioPlayer stop]; [self.playButton setTitle:@"正在播放音乐" forState:UIControlStateNormal]; } else { UIImage *lockImage = [UIImage imageNamed:@"belongToMe.jpg"]; MPMediaItemArtwork *artwork = [[MPMediaItemArtwork alloc] initWithImage:lockImage]; NSDictionary *mediaDict = @{ MPMediaItemPropertyTitle: @"BackgroundTask Audio", MPMediaItemPropertyMediaType: @(MPMediaTypeAnyAudio), MPMediaItemPropertyPlaybackDuration: @(self.audioPlayer.duration), MPNowPlayingInfoPropertyPlaybackRate: @1.0, MPNowPlayingInfoPropertyElapsedPlaybackTime: @(self.audioPlayer.currentTime), MPMediaItemPropertyAlbumArtist: @"Some User", MPMediaItemPropertyArtist: @"Some User", MPMediaItemPropertyArtwork: artwork }; [self.audioPlayer play]; [self.playButton setTitle:@"停止播放后台音乐" forState:UIControlStateNormal]; //No.2 //开始写代码,将媒体信息显示在锁定屏幕上,并使锁屏上控件可以控制音频播放 [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; //end_code }}//No.3//开始写代码,响应远程控制,使得进入锁屏状态后可以控制音乐"播放"和"暂停"- (void) remoteControlReceivedWithEvent: (UIEvent *) receivedEvent { if (receivedEvent.type == UIEventTypeRemoteControl) { switch (receivedEvent.subtype) { case UIEventSubtypeRemoteControlPlay: [self.audioPlayer play]; break; case UIEventSubtypeRemoteControlPause: [self.audioPlayer pause]; break; default: NSLog(@"没有处理过这个事件------receivedEvent.subtype==%ld",(long)receivedEvent.subtype); break; } }}//end_code- (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning];}@end
关于"iOS怎样实现锁屏页面控制音乐播放"这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
音频
控制
音乐
后台
代码
篇文章
页面
信息
内容
媒体
更多
状态
应用
调整
静音
不错
实用
事件
屏幕
控件
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
redis查看数据库数据
腾讯云服务器开放25端口
数据库保护和安全
开展网络安全风险评估排查
网络安全小画报的图片
社区网络安全宣传信息2022年
什么是oper数据库
关系数据库基本组成单位
河南计算机应用软件开发服务
北京中清龙图网络技术邮箱
服务器上启用了增强的安全配置
数据库安全典型案例
taskctl数据库
茶颜悦色数据库营销
it实训网络技术有限公司
万达网科 大数据库
趣闲赚显示源服务器超时
用c 一个软件开发
直播电商软件开发服务
魔兽世界默认服务器
网络安全教室布置
服务器接收到数据后 管理
摩尔庄园那个服务器许愿池多
警察网络安全与隐私
吉林移动互联网科技公司
sql数据库查找数据
数据库应用mysql
视频存储服务器搭建
代理服务器ie
excel 查询数据库