Moonlight Codec Pack

From MultimediaWiki
Revision as of 22:01, 12 February 2009 by Multimedia Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Moonlight is a free, open source implementation of Microsoft's Silverlight. To fully support the media playback features of Silverlight, Microsoft makes available a binary codec pack:

At the top level, a client application can dynamically open the library and load the following symbols: "register_mswma", "register_mswmv", and "register_msmp3". The functions are invoked with a single integer parameter indicating the API version (5 at the time of this writing).

Incomplete