Pergunta

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!

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top