Where is the C / C ++ iTunes API? (not COM!)

I'm looking for the iTunes C / C ++ API for creating plugins using dynamic libraries, but I just can't find it. I am not asking for the COM interface.

Open source plugins like VizKit and iTunes Toaster use it, and the source files I'm looking for (iTunesApi.h / .c, iTunesVisualAPI.h) are included, but I would rather get the source from the official repository instead of such a β€œworkaround” the way. " In addition, the documentation will be enjoyable.

+4
source share
3 answers

I would suggest that both of them use the Visualizer plugin SDK .

+6
source

Just found this link. Very useful stuff there too. I wonder why it is not contained in Jerry Coffin's package.

0
source

The iTunes Visual Plug-ins SDK can now be found in the Downloads section of the Apple Developers website. However, to access this section, you must have an Apple Developer account (you can register for free).

0
source

Source: https://habr.com/ru/post/1393635/


All Articles