Windows Media Player 11 SDK IWMPDVD Interface 

Windows Media Player SDK banner art

Previous Next

IWMPDVD Interface

The IWMPDVD interface provides methods for working with DVDs.

In addition to the methods inherited from IDispatch, the IWMPDVD interface exposes the following methods.

Method Description
back Changes the display from a submenu to its parent menu.
get_domain Retrieves the current domain of the DVD.
get_isAvailable Determines whether a specified type of information is available or a given action can be performed.
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.

Retrieve a pointer to an IWMPDVD interface with the following method.

Interface Method
IWMPCore2 get_dvd.

See Also

Previous Next