Moonlight Codec Pack

From MultimediaWiki
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