Moonlight Codec Pack

From MultimediaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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