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.
是否有到达 MPMoviePlayerController 中某个点的通知?
类似于 MPMoviePlayerPlaybackDidFinishNotification 的东西,但进度在 0.0 和 1.0 之间而不是 1.0(视频结尾)
谢谢。
不,MediaPlayer 框架内没有这样的东西。
您将需要实例化一个定期检查当前播放位置的计时器。