Share via


Windows Media Player 11 SDK Player.playerApplication 

Windows Media Player SDK banner art

Previous Next

Player.playerApplication

The playerApplication property retrieves the PlayerApplication object when a remoted Windows Media Player control is running.

Syntax

  
    
  

Possible Values

This property is a read-only PlayerApplication object or the null value.

Remarks

This property is used only when remoting the Windows Media Playercontrol. If the value is null, the Windows Media Playercontrol is not embedded in remote mode.

This property is only accessible in C++ code or in script code in skins through the playerApplication global variable.

Requirements

Version: Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next