使用 OpenAL 播放 MPMediaItem
有什么方法可以使用 OpenAL 播放 MPMediaItem 的音频吗?是否可以将 MPMediaItem 转换为 OpenAL 可播放格式?
Is there any way I can play the audio I have as MPMediaItem using OpenAL. Is it possible to convert MPMediaItem to a OpenAL playable format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说你可以,你可以从 MPMediaItem 获取音乐数据,然后你可以随意使用它......有关从 MPMediaItem 获取音乐数据的信息,请参阅 这个 问题
希望有帮助
I would say you can, you can get music data from an MPMediaItem and then you are free to do with it as you wish...on information on getting music data from an MPMediaItem refer to this question
Hope it helps