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

Windows Media Player SDK banner art

Previous Next

IWMPSettings.autoStart (VB and C#)

The autoStart property gets or sets a value indicating whether the current media item begins playing automatically.

  

Property Value

A System.Boolean value that indicates whether the current media item begins playing automatically. The default is true.

Remarks

If autoStart is set to true, the media item will begin playing when AxWindowsMediaPlayer.URL, AxWindowsMediaPlayer.currentPlaylist, or AxWindowsMediaPlayer.currentMedia is set. Otherwise, the media item will not start playing until the IWMPControls.play method is called.

Unless you set autoStart to true immediately before specifying a media item, you should not rely on this setting as a substitute for using the IWMPControls.play method.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next