Modifying the Echo Sample Property Page

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

The default property page implementation provided by the Windows Media Player Plug-in Wizard DSP plug-in sample contains a single edit box control that receives the scale factor from the user. You need to modify the property page to receive the two property values used by the Echo sample.

For an overview of DSP plug-in property pages, see Implementing an Audio DSP Plug-in.

The following sections step you through the process of modifying the sample property page:

The Echo Sample