|
|
Version: 1.0 Posted: 2007-12-13 Build Requirements: Xcode 3.0 Runtime Requirements: Mac OS X 10.5 Download Sample (MyMovieFilter.zip, 263.9K) |
||||
DescriptionQTKit for Mac OS X v10.5 introduces a new QTMovieView delegate method willDisplayImage: - (CIImage *)view:(QTMovieView *)view willDisplayImage:(CIImage *)image Before QTMovieView draws a frame in it's view, it gives you a chance to modify it if you implement this delegate method in your application. You are passed an image, and you can perform whatever modifications you want on the image before passing it back to QTKit. The returned image is then displayed in the QTMovieView by QTKit. In this sample code project a user selected filter is applied on the image in the delegate before it is passed back to QTKit for display in the QTMovieView class. Document Revision History
|
|