0

As i know
moviePlayer.duration can get the duration of a movie, i know

playableDuration, initialPlaybackTime,endPlaybackTime,

but i want to get the current playback time of the moviePlayer .And if there has this method,which Notification should be sent to where,thank you!

ben
  • 1,020
  • 1
  • 15
  • 27

1 Answers1

5

MPMoviePlayer adopts the MPMediaPlayback protocol since 3.2, which contains the property .currentPlaybackTime.

kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005
  • Even it is listen in the Document , it is not working properly. if i set the value to the 50 , it is moving to the 47.9 etc.., – YSR fan Sep 23 '13 at 05:33