I've updated the QuickTime External to support QuickTime movie editing among other things. The following functions have been added:

qtInitializeEditing() - makes a movie in a player object editable.
qtUndo()
qtCut()
qtCopy()
qtPaste()
qtSelectAll()
qtSelectNone()
qtAddMovieSegment() - allows add and add scaled operations
qtCreateHREFTrack()
qtDeleteTrack()
qtSaveAs()
qtGetMovieControllerInfo() - getting available actions on a movie (can be copied, pasted, etc.). There is also an IsPlaying option that returns whether or not the movie is playing.
qtGetTrackEnabled()/qtSetTrackEnabled() - get/set track enabled by track index or track name. Revolution currently supports this by track ID only.
qtRegisterTexSampleCallback() - register a handler that will be called whenever a new text sample is loaded in the QT movie.
qtAddMovieAnnotation()
qtGetMovieAnnotation()


A player object can now receive the ApplicationNumberAndString message as well.

The external is currently available for OS X only.

<http://www.mangomultimedia.com/examples/revolution/";>


-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to