MPMoviePlayerController 通知问题
各位晚上好! 我是否可以在 MPMoviePlayerController 播放视频时收到通知。我的意思是,如果我能够每秒、毫秒等得到它。 我有一个视频当前播放时间的指示器,我希望它不断更新。
先感谢您。
Good Evening Fellas!
Is it possible for me to get a notification from an MPMoviePlayerController while it is playing a video. I mean, if i am able to get it every second, millisecond etc.
I have an indicator for the video current playback time that i want it updated continuously.
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是自己设置一个重复计时器,并用它来更新您的显示。例如:
The simplest way is going to be to set up a repeating timer yourself, and use that to update your display. e.g.: