Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.dvd (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.dvd (VB and C#)

The dvd property gets an IWMPDVD interface that provides properties and methods for working with DVDs.

[Visual Basic]
Public Overridable ReadOnly Property dvd As IWMPDVD

[C#]
public virtual IWMPDVD dvd {get;}

Property Value

The WMPLib.IWMPDVD interface.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next