How to know when the MPMoviePlayerController has been paused in iPhone?
Posted
by iPhoney
on Stack Overflow
See other posts from Stack Overflow
or by iPhoney
Published on 2010-05-09T08:22:49Z
Indexed on
2010/05/09
8:28 UTC
Read the original article
Hit count: 217
I want to add an overlay view for my video when the video is paused by the user. Is there any way to get the pause notification from MPMoviePlayerController?
According to Apple Doc, there should be ways to do this but I can't find which notification should I use for this purpose.
Quote:
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 ... For more information, see the Notifications section in this reference.
© Stack Overflow or respective owner