Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 2.23 KB

axwmplib-axwindowsmediaplayer-settings--vb-and-c.md

File metadata and controls

80 lines (45 loc) · 2.23 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date ms.custom
AxWindowsMediaPlayer.settings property
The settings property gets an IWMPSettings interface that provides a way to modify various Windows Media Player settings.
f9009239-3308-4ef6-8818-0267dfa97b65
settings property Windows Media Player
settings property Windows Media Player , AxWindowsMediaPlayer class
AxWindowsMediaPlayer class Windows Media Player , settings property
apiref
AxWindowsMediaPlayer.settings
AxInterop.WMPLib.dll
COM
reference
4/26/2023
UpdateFrequency5

AxWindowsMediaPlayer.settings property

[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 settings property gets an IWMPSettings interface that provides a way to modify various Windows Media Player settings.

This property is read-only.

Syntax

public IWMPSettings settings {get;}
Public ReadOnly Property settings As IWMPSettings

Property value

The WMPLib.IWMPSettings interface.

Requirements

Requirement Value
Version
Windows Media Player 9 Series or later
Namespace
AxWMPLib
Assembly
AxInterop.WMPLib.dll (AxInterop.WMPLib.dll.dll)

See also

AxWindowsMediaPlayer Object (VB and C#)

IWMPSettings Interface (VB and C#)