Possible Duplicate:
iOS Frame by Frame video playback forward/backward
In my application I am playing video with video playback features.
I want to add one more feature for play video frame by frame.
I will put two buttons, one for Frame+ and other one for frame-. If I tap on Frame+ than video should move 1 frame ahead and if I tap on Frame- than video should move 1 frame back.
Please suggest me how can I achieve this.