使用 MPMoviePlayerView 控制器播放两个视频

发布于 2024-08-31 16:55:35 字数 124 浏览 3 评论 0原文

我正在为 IPAD 开发一款应用程序,我需要依次播放两个视频,但找不到如何播放。我正在使用 MPMoviePlayerViewController 来执行此操作,但不知道如何在播放第一个视频后启动共享并启动第二个视频。有人可以帮忙吗?

I am developing an application for IPAD and I need to play two videos one after another but can not find how. I'm using MPMoviePlayerViewController to do it and do not know how to launch a share after the first video to be played and start the second. Can someone help?

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

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

发布评论

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

评论(1

再可℃爱ぅ一点好了 2024-09-07 16:55:35

使用 文档

在该方法中:

[..] 您还可以通过更改 contentURL 属性中的值来更改当前正在播放的电影。 [..]

(仍然来自文档)

希望有帮助

what about using MPMoviePlayerPlaybackDidFinishNotification from documentation ?

In that method:

[..] you can also change the currently playing movie by changing the value in the contentURL property. [..]

(still from documentation)

hope it helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文