And about the handler : public delegate void AVAssetImageGeneratorCompletionHandler (CMTime requestedTime, IntPtr imageRef, CMTime actualTime, AVAssetImageGeneratorResult result, NSError error); The ObjectiveC signature is : AVAssetImageGeneratorCompletionHandler (CMTime requestedTime, CGImageRef im, CMTime actualTime, AVAssetImageGeneratorResult result, NSError *error)
so shouldn't the second member be a CGImage and not a IntPtr or should (will) I have to create a CGImage from this ref with CGImage img = new CGImage(imageRef) ? -- View this message in context: http://monotouch.2284126.n4.nabble.com/AVAssetImageGenerator-CopyCGImageAtTime-tp4653938p4655556.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
