Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.94 KB

connecting-to-windows-media-player.md

File metadata and controls

39 lines (27 loc) · 1.94 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
Connecting to Windows Media Player
Connecting to Windows Media Player
c6afbd95-bcf8-438a-b854-776c543a5d51
Windows Media Player plug-ins,registry entries
plug-ins,registry entries
Windows Media Player plug-ins,connecting
plug-ins,connecting
digital signal processing plug-ins,connecting
DSP plug-ins,connecting
digital signal processing plug-ins,registry entries
DSP plug-ins,registry entries
registry,DSP plug-ins
article
4/26/2023
UpdateFrequency5

Connecting to Windows Media Player

[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.]

Windows Media Player automatically connects to DSP plug-ins that have been installed and properly registered. DSP plug-ins must call IWMPMediaPluginRegistrar::WMPRegisterPlayerPlugin to create the registry entries necessary to allow Windows Media Player to recognize the plug-in and to list it on the Plug-ins tab of the Options dialog box. To remove the registry entries created by IWMPMediaPluginRegistrar::WMPRegisterPlayerPlugin, the plug-in calls IWMPMediaPluginRegistrar::WMPUnRegisterPlayerPlugin.

Related topics

DSP Plug-in Developer Overview