Windows Media Player 11 SDK EFFECTS.effectType 

Windows Media Player SDK banner art

Previous Next

EFFECTS.effectType

The effectType method retrieves the registry name of the visualization with the specified registry index. This name is a unique ID defined by the visualization author.

Syntax

  

Parameters

  index

Number (long) containing the registry index of a visualization.

Return Values

This method returns a String.

Remarks

This method is useful for switching between visualizations in script. A user interface could display the set of titles, but when the user selects one, the script must use currentEffectType to switch visualizations.

Requirements

Windows Media Player 9 Series or later.

See Also

Previous Next