How to get the iTunes events ?

Hi,


I'm working on a Mac OS app and I'd like to get the different iTunes events.


Is there a list somewhere ? For example, right now I can get the change of track with NSNotification.Name(rawValue:"com.apple.iTunes.playerInfo") but what else is availlable ?


Thx.