Tag Archives: Source Code

Sequence Grabber Code – now with CoreGoodness

I’ve improved my Cocoa Sequence Grabber code (read: iSight code). I’ve added a couple of extra classes to represent audio and video channels. Gone are the dependencies on my MoreFile framework and some of my other Cocoa/Carbon utility classes (making … Continue reading

Posted in Default | Tagged , , , , , , | View Comments

Sequence Grabber Cocoa Source Code

Cocoa source code showing how to use a QuickTime Sequence Grabber (e.g. an iSight camera) from your Cocoa application. Update. I’ve uploaded a new version of the SequenceGrabber source code that should compile cleanly on any Mac OS X 10.3 … Continue reading

Posted in Default | Tagged , , , , , , , | View Comments

Cocoa: Fetching all attachments from an NSAttributedString

This code snippet is a category of NSAttributedString that shows how to fetch all attachments from the string. Header: @interface NSAttributedString (NSAttributedString_MoreExtensions) /** * @method allAttachments * @abstract Fetchs all attachments from an NSAttributedString. * @discussion This method searchs for … Continue reading

Posted in Default | Tagged , , | Comments Off