Share via


Windows Media Player 11 SDK IWMPDVD.domain (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPDVD.domain (VB and C#)

The domain property gets the current domain of the DVD.

  

Property Value

A System.String that is one of the following values.

Value Description
firstPlay Performing default initialization of a DVD disc.
videoManagerMenu Displaying menus for the entire disc. Also known as topMenu for Windows Media Player. Commonly called the title menu or the top menu.
videoTitleSetMenu Displaying menus for the current title set. Also known as titleMenu for Windows Media Player. Commonly called the root menu.
title Usually, displaying the current title.
stop The DVD Navigator is in the DVD Stop domain.
undefined Windows Media Player is not in any DVD domain.

Remarks

Every DVD is authored differently. Some DVDs do not contain the firstPlay, videoManagerMenu, or videoTitleSetMenu domains.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next