Windows Media Player 11 SDK IWMPDVD Interface (VB and C#)
Previous | Next |
IWMPDVD Interface (VB and C#)
The IWMPDVD interface provides properties and methods for working with DVDs.
The IWMPDVD interface exposes the following properties.
Property | Description |
domain | Gets the current domain of the DVD. |
isAvailable | Gets a value that indicates whether a specified type of information is available or a specified action can be performed. In C#, this is the get_isAvailable method. |
The IWMPDVD interface exposes the following methods.
Method | Description |
back | Changes the display from a submenu to its parent menu. |
resume | Changes to playback mode from menu mode, resuming at the same position as when the menu was invoked. |
titleMenu | Stops playback and displays the title menu. |
topMenu | Stops playback and displays the root menu. |
Get an IWMPDVD interface by using the following property.
Object | Property |
AxWindowsMediaPlayer | dvd |
See Also
Previous | Next |