Hi
is there a way to adjust the speed of the playback of a video while playing in Objective C for the iPhone/iPod touch?
Hi
is there a way to adjust the speed of the playback of a video while playing in Objective C for the iPhone/iPod touch?
You should look at float currentPlayBackRate
. This should gives you the ability to change the speed. When you assign currentPlayBackRate 0.0 it indicates movie playback stopped. When it equal one it means normal speed.
"Apple: MPMediaPlayback Protocol"