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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -