MPMoviePlayerViewController 方法点击暂停

发布于 2024-10-08 05:29:45 字数 81 浏览 3 评论 0原文

我正在使用 MPMoviePlayerViewController,我想知道是否有一种方法可以告诉我用户何时单击视频的“暂停”按钮,就像观察者一样?

I'm using MPMoviePlayerViewController and I want to know if there is a method that can tell me when the user clicks on the Pause button for the video, like an observer?

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

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

发布评论

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

评论(1

病毒体 2024-10-15 05:29:45

您应该使用 MPMoviePlayerController 代替:

电影播放器​​通知
MPMoviePlayerController 类生成大量通知,让您的应用程序了解电影播放的状态。除了在播放结束时收到通知外,感兴趣的客户还可以在以下情况下收到通知:

  • 当影片播放器开始播放、暂停或开始向前或向后搜索时
  • 当影片的缩放模式发生变化时
  • 当影片进入或退出全屏模式时
  • 当网络电影的加载状态发生变化时
  • 当有关电影本身的元信息可用时
  • 有关详细信息,请参阅本文档中的“通知”部分。

http://developer.apple.com/库/ios/#documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html

You should use MPMoviePlayerController instead :

Movie Player Notifications
The MPMoviePlayerController class generates numerous notifications to keep your application informed about the state of movie playback. In addition to being notified when playback finishes, interested clients can be notified in the following situations:

  • When the movie player begins playing, is paused, or begins seeking forward or backward
  • When the scaling mode of the movie changes
  • When the movie enters or exits fullscreen mode
  • When the load state for network-based movies changes
  • When meta information about the movie itself becomes available
  • For more information, see the Notifications section in this document.

http://developer.apple.com/library/ios/#documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html

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