Re: NSMovieView - QTMovieView; rate problems...

2010-05-24 Thread Matthew Weinstein
Okay I'm confused. How do I set the attributes when I init and initWithURL at the same time. I can't seem to find a method to do both. The problem is that when I first init withURL and then use setAttribute, it doesn't take. I check right away and the value is set YES rather than NO. On May

Re: NSMovieView - QTMovieView; rate problems...

2010-05-24 Thread James Walker
On 5/24/2010 11:50 AM, Matthew Weinstein wrote: Okay I'm confused. How do I set the attributes when I init and initWithURL at the same time. I can't seem to find a method to do both. The problem is that when I first init withURL and then use setAttribute, it doesn't take. I check right away and

NSMovieView - QTMovieView; rate problems...

2010-05-22 Thread Matthew Weinstein
Dear developers, One important aspect of my app is teh ability to speed and slow audio (and video playback). On the old NSMovieview this worked like an analog tape machine: if you used NSMovieview setRate: it would slow the sound down smoothly but make it lower; which is fine. Under the new

Re: NSMovieView - QTMovieView; rate problems...

2010-05-22 Thread James W. Walker
On May 22, 2010, at 1:26 PM, Matthew Weinstein wrote: One important aspect of my app is teh ability to speed and slow audio (and video playback). On the old NSMovieview this worked like an analog tape machine: if you used NSMovieview setRate: it would slow the sound down smoothly but make