iphone-privateapi

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...

Turn off display in iPhone OS (iOS)

Hi, is there a way to programmatically turn off the display in iOS? Not just turning brightness down, but off like the way the Phone App does. I am happy to use private API, since this is for personal use. Thanks! ...