Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.61 KB

building-a-dsp-plug-in.md

File metadata and controls

42 lines (27 loc) · 1.61 KB
title description ms.assetid keywords ms.topic ms.date ms.custom
Building a DSP Plug-in
Building a DSP Plug-in
65b14d7d-5366-4eb9-9842-3f584968b557
Windows Media Player plug-ins,building
plug-ins,building
digital signal processing plug-ins,building
DSP plug-ins,building
building plug-ins,digital signal processing (DSP)
article
4/26/2023
UpdateFrequency5

Building a DSP Plug-in

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

You can build a DSP plug-in by using Visual Studio and the Windows Media Player plug-in wizard. For information on setting up the wizard and building a plug-in, see Building a Plug-in.

When you run the wizard, you will be given a choice of several different types of plug-ins. Choose DSP Plug-in.

The following topics describe the features of the sample audio and video DSP plug-ins that you can build by using the wizard.

Related topics

About DSP Plug-ins