Is "currentPlaybackTime" property of MPMoviePlayerController a private API
hello guys, I am not sure about this private API thing. Is the property "currentPlaybackTime", which is in the MPMediaPlayback Protocol of the MPMoviePlayerController a private API? I am asking, because this property is working fine but it is not listed in the MPMoviePlayerController Reference. Is it then a private one? By the way: i...