Re: QuickTime callbacks
Re: QuickTime callbacks
- Subject: Re: QuickTime callbacks
- From: David Remahl <email@hidden>
- Date: Sun, 1 Jul 2001 21:07:26 +0200
I looked quickly into the NSMovie and NSMovieView classes'
documentation. But that was to discover disapointingly that the only
things you could do with the movie was to play it, stop it, rewind
it,... but nothing more advanced from what QuickTime really allows for.
This is really a kindergarten kind of thing to my opinion... I read
somewhere though (cannot remember where) that NSMovie allows to get a
pointer to the QuickTime movie (there's indeed such a function in the
Objective-C implementation, why not in Java's, since there's a
Quicktime for Java API ?). What from there ? Does the QTMovie offer an
API to respond to user input which I could just use inside my Cocoa
app ?
You will have to use the QuickTime features directly (through Carbon,
you could say..). Cocoa only has rudimentary QT support right now. I
don't know Java, and havn't used cocoa-java, so I dont know how using
Carbon works from Java...
/ david