I'm interesting in programming application that work with video files, I used MPMoviePlayerController but my functionality demands to run one movie then pause it and run another one, after that to run first movie from the place I paused it, but this Controller didn't help me to do this. Can somebody help me to find out another way?
also
I've spent a lot of hours seeking for this framework, please if someone has this one please send it to me (LayerKit.framework) nlop2_test@yahoo.com , or please give me a link to download
I'm interesting in programming application that work with video files, I used MPMoviePlayerController but my functionality demands to run one movie then pause it and run another one, after that to run first movie from the place I paused it, but this Controller didn't help me to do this. Can somebody help me to find out another way?
also
I've spent a lot of hours seeking for this framework, please if someone has this one please send it to me (LayerKit.framework) nlop2_test@yahoo.com , or please give me a link to download
I'm not sure about the first question, but LayerKit is the original (non-marketing) name for Core Animation, and is included as part of the Core Graphics framework
I'm not sure about the first question, but LayerKit is the original (non-marketing) name for Core Animation, and is included as part of the Core Graphics framework
Do you know something about UIMoviePlayerController, coz I tried to use this but when I compiled the linker told me that I don't have LayerKit, so I couldn't find it, please send me it through e-mail
Do you know something about UIMoviePlayerController, coz I tried to use this but when I compiled the linker told me that I don't have LayerKit, so I couldn't find it, please send me it through e-mail
To play a video you're supposed to be using MPMoviePlayerController, in the MediaPlayer framework
To play a video you're supposed to be using MPMoviePlayerController, in the MediaPlayer framework
if I use MPMoviePlayerController, I can't get the functionality I want, the task is to run video then pause it, run another video and when it will finished I need to run the first one from the point I paused it
if I use MPMoviePlayerController, I can't get the functionality I want, the task is to run video then pause it, run another video and when it will finished I need to run the first one from the point I paused it
In fact MPMoviePlayerController has private methods that pause/resume but they are undocumented. In SDK 3.0b you need to call pause/play methods while in previous sdk for resuming you need to call resume method.
Hi, I am also working on same iphone media player functionality, as to start video file from the point it was stopped. Have you able to achieve this logic? Let me know in case if you succeeded, send me code snippet or related URL.