IOS - 暂停和取消暂停当前播放的音乐

发布于 2024-11-29 20:24:44 字数 145 浏览 3 评论 0原文

我正在开发一个 IOS 应用程序,我希望它具有暂停和取消暂停当前通过 iPod 播放的音乐的功能,就像 iPod 的播放/暂停按钮一样。有没有办法通过IOS来做到这一点?我对此找到的唯一答案是处理通过应用程序本地播放的歌曲和声音。

任何帮助都会很棒。非常感谢!

I am working on a IOS app that I want to have the functionality to pause and unpause music that is currently playing through the ipod, just like the ipod's play/pause button. Is there anyway to do that through IOS? The only answers I have found for this is for dealing with songs and sounds played locally through the app.

Any help would be fantastic. Thanks so much!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉城 2024-12-06 20:24:44
[[MPMusicPlayerController systemMusicPlayer] play];
[[MPMusicPlayerController systemMusicPlayer] pause];
[[MPMusicPlayerController systemMusicPlayer] play];
[[MPMusicPlayerController systemMusicPlayer] pause];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文