سؤال

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: in the MPMoviePlayerController it is listed in the reference

(I did read somewhere that the private APIs methods/properties typically have a underscore before their names, like "_currentPlaybackTime". Don't know if this is really right.)

thank you guys... bye

هل كانت مفيدة؟

المحلول

Just look in the documentation, If it's there, it's documented and available. If not, it's private.

currentPlaybackTime

The current position of the playhead. (required)

...

Availability

Available in iOS 3.2 and later.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top