tags:

views:

212

answers:

0

Hello, Is it possible to fast forward and rewind a playing video in the iPhone SDK using the media player frame work? If so what is the code to use. (without actually using the iPhone's default media player controls)

P.s. I know what to do for play/stop/pause. ( [self.playingvideo pause]; etc ) But I don't know the code to rewind and fast forward. So I'm looking for something like [self.playingvideo fastForward]; Help is much appreciated.