Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MPMoviePlayerViewController 并且我想知道是否有一种方法可以告诉我用户何时单击视频的暂停按钮,例如观察者?
您应该改用 MPMoviePlayerController :
电影播放器通知 MPMoviePlayerController 类生成大量通知,让您的应用程序了解电影播放的状态。除了在播放结束时收到通知外,还可以在以下情况下通知感兴趣的客户: 电影播放器开始播放、暂停或开始向前或向后搜索时 当影片的缩放模式改变时 当电影进入或退出全屏模式时 当基于网络的电影的加载状态发生变化时 当有关电影本身的元信息可用时 有关详细信息,请参阅本文档中的通知部分。
电影播放器通知 MPMoviePlayerController 类生成大量通知,让您的应用程序了解电影播放的状态。除了在播放结束时收到通知外,还可以在以下情况下通知感兴趣的客户:
http://developer.apple.com/library/ios/#documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html