一个MPMoviePlayerController实例可以同时缓冲两个视频资源(URL)?
我希望一个播放器可以同时缓冲两部电影,这样我就可以同时播放第一部电影和另一部缓冲的电影。如果第一部播放完毕,第二部可以立即继续播放。
一个 MPMoviePlayerController 实例可以缓冲两个同时播放视频资源(URL)???
希望您的想法,非常感谢。
I hope a player can buffer two movies at the same time so that i can play the first movie and the other buffering at the same time .if the first one played finished ,the second can continue to play Immediately。
One MPMoviePlayerController instance can buffer two video resources (URL) at the same time?????
hope your ideas,thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许使用 MPMoviePlayerController 的两个实例可以满足您的需求。
Perhaps using Two instances of MPMoviePlayerController would do what you want.