Difference between revisions of "SDK Contents"

From Winamp Developer Wiki
Jump to: navigation, search
(format descriptions as list)
(add new folders)
Line 26: Line 26:
 
* ml_iso - Example [[Media Library Plugin]] demonstrating the send-to menu
 
* ml_iso - Example [[Media Library Plugin]] demonstrating the send-to menu
 
* ml_local - Header files comprising the Local Media Database API
 
* ml_local - Header files comprising the Local Media Database API
 +
* ml_rg - ?
 +
* ml_wire - ?
 
* ml_xmlex - Example [[Media Library Plugin]] demonstrating basic media libary UI concepts and the [[XML Parser object]]
 
* ml_xmlex - Example [[Media Library Plugin]] demonstrating basic media libary UI concepts and the [[XML Parser object]]
 
* mlExplorer - Standalone executable demonstrating how to use the [[Nullsoft Database Engine|Nullsoft Database Engine (NDE)]] in your own application to read Winamp's media library contents.
 
* mlExplorer - Standalone executable demonstrating how to use the [[Nullsoft Database Engine|Nullsoft Database Engine (NDE)]] in your own application to read Winamp's media library contents.

Revision as of 04:17, 16 June 2009

The Winamp SDK is a collection of code and examples projects that illustrate how code can be written for Winamp. If you are looking to write a plugin but don't know where to start, try looking for an example project that does something similar. You can then check out that specific section of code and begin learning how winamp works.

You can download a copy of the Winamp 5.55 SDK here.

SDK Sections