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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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