If I set up a MPMovieController and change the initial and end times on a video using
[moviePlayerController setEndPlaybackTime:3.7];
is the movie shortened destructively? If I later want to play a different part of the movie outside the new bounds, am I stuck? I am basically creating an interactive animation using different sections of a video.
Thanks,
-R
endPlaybackTimeis not manipulating the actual movie content, hence it is not destructive.