Share via


Windows Media Player 11 SDK IWMPSettings.getMode (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPSettings.getMode (VB and C#)

The getMode method returns a value indicating whether loop mode or shuffle mode is active.

  

Parameters

bstrMode

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

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

Return Value

A System.Boolean value indicating whether the specified mode is active.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next