Here is the API for the Centrafuse SDK. I have created this to hopefully help simplifiy and speed up car application development. Centrafuse now completly runs of this SDK, so it has full control to extend the functionality of Centrafuse...
You will simply add a reference to my dll and inherit from CFPlugin... I have created easy to use functions for the SDK and they are all located in the CFPlugin class and begin with "CF_"
A few highlights....
You now have easy access to display all common system dialogs, easily customize them, and receive the results... a few include: yesno, okbox, filebrowser...
Skinnable controls for Labels, Buttons, Sliders, List Boxes... and all associated methods and events...
A common way for reading multiple languages, skins, and configuration files using XML and the Centrafuse reader classes...
Access to all Centrafuse actions...
Multiple events including next track, previous track, power mode change...
Full access to windows mixer and Centrafuse EQ with easy to use methods...
this is just a few highlights...
The SDK will be available when 1.5 is released....
Here is the API:
http://www.centrafuse.com/api/
david