gpt4 book ai didi

objective-c - 我们如何在 ios 中处理前台的耳机播放/暂停按钮事件

转载 作者:太空狗 更新时间:2023-10-30 03:30:15 25 4
gpt4 key购买 nike

我需要在前台处理耳机播放/暂停按钮事件。我如何能够使用以下代码在后台处理相同的场景

if ([[UIApplication sharedApplication] respondsToSelector:@selector(beginReceivingRemoteControlEvents)]){
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
[[UIApplication sharedApplication] beginBackgroundTaskWithExpirationHandler:NULL];
[self becomeFirstResponder];
NSLog(@"Responds!");
}

如果可能,请提供解释或示例代码。我做了很多研究,但没有帮助。

最佳答案

还有另一种方法可以通过耳机实现播放器控制。使用 MPRemoteCommandCenter tooglePlayPauseCommand。 Apple documentation

[[MPRemoteCommandCenter sharedCommandCenter].togglePlayPauseCommand addTarget:self action:@selector(onTooglePlayPause)];

关于objective-c - 我们如何在 ios 中处理前台的耳机播放/暂停按钮事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15424578/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com