Re: Two synchronized NSMovieViews
Re: Two synchronized NSMovieViews
- Subject: Re: Two synchronized NSMovieViews
- From: "Douglas A. Welton" <email@hidden>
- Date: Fri, 29 Oct 2004 09:45:29 -0400
Luis,
I played around with this some time ago, but if my memory is correct, you
will need to create two NSMovie objects - one for each NSMovieView. You
should be able to init the two movie objects using NSMovie's -initWithMovie:
and your original QuickTime movie.
as for synching the two movie playback views, check out the QT Clock
component and see if it is of any help to you.
later,
douglas
on 10/28/04 2:48 PM, Luis E! at email@hidden wrote:
>
Good afternoon,
>
>
I'm trying to play the same QT movie in two different
>
NSMovieViews simultaneously, so that they are
>
synchronized. However, as soon
>
as I use the setMovie: method on the second view, the
>
first view freezes and the second plays the movie.
>
>
Can you only have one NSMovieView associated with a
>
movie at once? Do I need to create two identical
>
QuickTime movies and synchronize
>
them? How can I frame-accurately synchronize them and
>
make sure they don't drift apart over time? Isn't that
>
going to be inefficient?
>
>
Thanks!
>
>
Luis!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden