从应用程序内控制 iPhone 上的 iTunes
你好,我只是想知道是否有一个库或一组方法来控制 iPhone 上的音频播放,即播放/暂停、下一个/上一个等。
我似乎找不到任何东西,有人知道它们是否存在吗?
Hi I was just wondering if there is a library or set of methods for controlling the audio playing on an iPhone, i.e. play/pause, next/prev etc.
I can't seem to find anything, does anyone know if they exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
MPMusicPlayerController
从 MediaPlayer 框架播放“iPod”音乐。
You can use the
MPMusicPlayerController
from the MediaPlayer framework to play "iPod" music.