MPMoviePlayerController doesn't implement MPMediaPlayback protocal as advertised?

Posted by goren on Stack Overflow See other posts from Stack Overflow or by goren
Published on 2010-05-28T01:16:54Z Indexed on 2010/05/28 1:21 UTC
Read the original article Hit count: 430

Filed under:
|
|

I'm trying to use the MPMediaPlayback protocol's currentPlaybackRate() to slow down a video. I'm confused though as the class MPMoviePlayerController states that:

You can control most aspects of playback programmatically using the methods and properties of the MPMediaPlayback protocol, to which this class conforms.

Except just above in the header here: http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html it doesn't seem to.

All I want to do is slow down the playback rate for a video.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c