[Pythonmac-SIG] NSMovieView question

Jared Barden jbarden at wilcoxd.com
Fri Jul 1 15:06:51 CEST 2005


Is that framework accessible from PyObjc? I forgot to mention  
previously that was the language I was using.

Thanks for the input.

Jared

On Jun 30, 2005, at 4:01 PM, Dethe Elza wrote:

> You can't really do that using NSMovieView without dropping down to  
> the C-level Quicktime routines (maybe there is a python wrapper for  
> these, but if so it is not documented).
>
> If you are running on Tiger (10.4) you can use the Quicktime  
> (QTKit) framework, which has much more control over the movie.
>
> QTKit Reference: http://developer.apple.com/documentation/QuickTime/ 
> Reference/QTCocoaObjCKit/index.html
> Quicktime for Cocoa documentation: http://developer.apple.com/ 
> documentation/Cocoa/QuickTime-date.html
>
> Specifically, you could use the QTMovie.currentTime() and  
> QTMovie.setCurrentTime_(time) methods to do what you're asking.
>
> --Dethe
>
> On 30-Jun-05, at 11:49 AM, Jared Barden wrote:
>
>
>> Hello all,
>>
>> If I'm using an NSMovieView to play a given movie that is let's say
>> 5:00 long, how do I tell the NSMovieView to go to 4:45? I've been
>> looking around and haven't found a good answer yet.
>>
>> All help appreciated,
>>   Jared Barden
>>
>> Wilcox Development Solutions
>> http://www.wilcoxd.com
>>
>>
>> _______________________________________________
>> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>>
>>
>
>
> Young children play in a way that is strikingly similar to the way  
> scientists work --Busytown News
>
>

Wilcox Development Solutions
http://www.wilcoxd.com




More information about the Pythonmac-SIG mailing list