I'm pretty new to all this, and have done a lot of googling and not
found a good answer.
I'd like to try to use some of the quicktime video conversion
functions (from QTkit, I presume). I see that I'm supposed to import
the framework like this:
OSX.require_framework "QTKit"
...and I'd really like to call MovieExportToFile, defined in
QuickTimeComponents.h (I gather this from
http://developer.apple.com/documentation/QuickTime/Reference/QTRef_MovieComponents/Reference/reference.html)
The obj-c examples I've seen show that this function is supposed to be
called directly.
- how should I go about "importing" this header file?
- once imported, how would I go about calling to one of the functions?
-Steve
|