如何使用AVAudioPlayer播放MP4?
我想使用 AVAudioPlayer
播放 iTunes 生成器中的 MP4 文件。 我可以使用 UIWebView 来播放它并且它有效,但我想将我选择的图像而不是“QuickTime”徽标放在播放器的背景上。
I want to use AVAudioPlayer
to play MP4 files from iTunes generator. I could use UIWebView
to play it and it worked, but I want to put an image of my choice on the background of the player instead of the "QuickTime"-logo.
Here is an example of the m4p file I want to play with AVAudioPlayer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的问题是“有人可以帮我弄清楚如何使用
AVAudioPlayer
”,那么我建议您查看 Apple 的 avTouch 示例应用,AVAudioPlayer
文档和指南 音频和音频入门 视频。If your question is, "can someone help me figure out how to use
AVAudioPlayer
," then I'd recommend taking a look at Apple's avTouch sample app, the documentation forAVAudioPlayer
, and the guide Getting Started with Audio & Video.当它发生在我身上时,我的网址末尾缺少一个“/”。 加上这一点,我立刻就明白了。
When it happened to me I had a missing '/' on the end of my url. Adding that cleared me right up.