views:

63

answers:

1

Are there some particular library files available on OS/X that are relevant, I am just not sure where to start.

+1  A: 

You'd probably want to use the QuickTime for that. There is some sample code that does this. However, it's not the nicest way to access metadata. The newer QTKit Framework somehow still requires you to fall back to the C-based APIs. There is another example from Apple embedding meta data writing into a Objective-C method. This might be the best starting point for you.

Max Seelemann