Windows Media Player 11 SDK DVD.domainĀ 

Windows Media Player SDK banner art

Previous Next

DVD.domain

The domain property retrieves the current domain of the DVD.

Syntax

  
    
  

Possible Values

This property is a read-only String containing one of the following values.

String 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 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 Player is not in any DVD domain.

Remarks

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

Windows Media Player 10 Mobile: This property always returns an empty string.

Requirements

Version: Windows Media Player for Windows XP or later.

Library: Use wmp.dll.

Platform: Windows XP or later.

See Also

Previous Next