[Pyobjc-dev] QTKit and PyObjC
Brought to you by:
ronaldoussoren
|
From: Orestis M. <or...@or...> - 2008-05-17 17:43:35
|
Hi, I'm trying to follow Apple's example (http://developer.apple.com/documentation/QuickTime/Conceptual/QTKitProgrammingGuide/ ), but I'm a bit stumped at chapter 5 (http://developer.apple.com/documentation/QuickTime/Conceptual/QTKitProgrammingGuide/Chapter05/chapter_5_section_5.html ) where they use some weird stuff I can't find anywhere. Digging from http://thread.gmane.org/gmane.comp.python.pyobjc.devel/4753/ , it seems that quickTimeMovieController isn't wrapped yet. Does that mean that you can only use it in Objective-C but not from Python, or that it's not usable at all? Also, since there are a lot of low level C stuff going on with QuickTime, I'm wondering if they are usable from PyObjC (perhaps ctypes will do the correct thing?). I couldn't find any documentation on that. Regards, -- Orestis Markou or...@or... http://orestis.gr/ |