Runtime Registry Entry

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

When Windows Media Player encounters a custom file name extension, it looks for a registry subkey that matches the extension. The subkey is described in File Name Extension Registry Settings. One of the registry entries that can appear under the extension's subkey is the Runtime entry.

The Runtime entry specifies the underlying technology that Windows Media Player can use to play or convert digital media files that have the custom extension. The Runtime entry has the following form.

Name Type Value
Runtime REG_DWORD A positive integer that identifies the underlying technology.

 

The value of the Runtime entry must be one the following.

Value (decimal) Description
6 Render using the Windows Media Format SDK.
7 Render using Microsoft DirectShow.
13 Convert the file using the specified conversion plug-in. Requires Windows Media Player 11.

 

The Runtime registry entry values 6 and 7 are supported by Windows Media Player 9 Series and later. The value 13 is supported by Windows Media Player 11.

ConvertPluginCLSID Subkey

File Name Extension Registry Settings