To write a Multimedia Framework (MMF) codec plugin, the following needs to be done:
Derive from the CMMFCodec base class
Write a resource file defining the codecs available in the plugin DLL
Define codec-specific UIDs
Write the appropriate MMP project file
Consider implementation issues