IWMPAudioRenderConfig interface (wmprealestate.h)

[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 IWMPAudioRenderConfig interface provides methods for setting and retrieving the audio output device used by the Windows Media Player ActiveX control.

Inheritance

The IWMPAudioRenderConfig interface inherits from the IUnknown interface. IWMPAudioRenderConfig also has these types of members:

Methods

The IWMPAudioRenderConfig interface has these methods.

 
IWMPAudioRenderConfig::get_audioOutputDevice

The get_audioOutputDevice method retrieves the current audio output device used by the Windows Media Player ActiveX control.
IWMPAudioRenderConfig::put_audioOutputDevice

The put_audioOutputDevice sets the current audio output device for the Windows Media Player ActiveX control.

Requirements

   
Target Platform Windows
Header wmprealestate.h

See also

Interfaces