iphone - How to start movie playback at a certain frame or position in time, using MPMoviePlayerController? -


the mpmediaplayback protocol seems not define helpful method this, , couldn't find 1 in mpmovieplayercontroller. guess there way it, because users must able drag slider point in time when playing movie.

yesterday reading blog post claimed mpmoviecontroller that. unfortunately didn't bookmark it...

for example, want start movie programmatically @ 20 seconds.

does know how it?

btw, it's non-streaming content!

there's currentplaybacktime property accessible in mpmediaplayback protocol, set chosen position in movie (e.g. 20.0 20 seconds movie)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -