IWMPDVD interface (wmp.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 IWMPDVD interface provides methods for working with DVDs.

Inheritance

The IWMPDVD interface inherits from the IDispatch interface. IWMPDVD also has these types of members:

Methods

The IWMPDVD interface has these methods.

 
IWMPDVD::back

The back method returns the display from a submenu to its parent menu.
IWMPDVD::get_domain

The get_domain method retrieves the current domain of the DVD.
IWMPDVD::get_isAvailable

The get_isAvailable method indicates whether a specified type of information is available or a specified action can be performed.
IWMPDVD::resume

The resume method returns to playback mode from menu mode at the same title position as when the menu was invoked.
IWMPDVD::titleMenu

The titleMenu method stops playback and displays the title menu.
IWMPDVD::topMenu

The topMenu method stops playback and displays the top (or root) menu for the current title.

Requirements

   
Target Platform Windows
Header wmp.h

See also

Interfaces