Difference between revisions of "SDK Contents"

From Winamp Developer Wiki
Jump to: navigation, search
(format descriptions as list)
m (Reverted edits by Iseficibuw (Talk) to last version by Culix)
 
(2 intermediate revisions by 2 users not shown)
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.

Latest revision as of 03:28, 30 November 2010

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