You could do key-value observing on currentPlaybackRate.
http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPMediaPlayback_protocol/Reference/Reference.html#//apple_ref/occ/intfp/MPMediaPlayback/currentPlaybackRate
-Heath Borders
heath.bord...@gmail.com
Twitter: heathbor
On Thu, 28 Jul 2011 15:06:29 -0400, Steve Kostrey said:
>I've implemented MPMoviePlayerController (iPhone/iPad) and I'm playing videos
>without trouble but I'm not sure how to receive an event from the Fast forward
>overlay button.
>I've tried everything the documentation suggests about remote c
I've implemented MPMoviePlayerController (iPhone/iPad) and I'm playing videos
without trouble but I'm not sure how to receive an event from the Fast forward
overlay button.
I've tried everything the documentation suggests about remote control but I'm
not sure that's the way.
I've tried the foll