Windows Media Player 11 SDK Settings.getModeĀ 

Windows Media Player SDK banner art

Previous Next

Settings.getMode

The getMode method determines whether the loop mode or shuffle mode is active.

Syntax

  

Parameters

modeName

String specifying the name of the mode in question, containing one of the following values.

String Description
autoRewind Tracks are restarted at the beginning after playing to the end.
loop The sequence of tracks repeats itself.
showFrame The nearest key frame is displayed at the current position when not playing. This mode is not relevant for audio tracks.
shuffle Tracks are played in random order.

Return Values

This method returns a Boolean value indicating whether the specified mode is active.

Requirements

Version: For loop and shuffle modes, Windows Media Player version 7.0 or later. For autoRewind and showFrame modes, Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next