Windows Media Player 11 SDK IWMPPlaylist.removeItem (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylist.removeItem (VB and C#)

The removeItem method removes the specified media item from the playlist.

  

Parameters

pIWMPMedia

A WMPLib.IWMPMedia interface that represents the media item to remove from the playlist.

Return Value

This method does not return a value.

Remarks

If the item removed is the currently playing track, playback stops and the next item in the playlist becomes the current one.

If there is no next item, the previous item is used. If there are no other items, then the AxWindowsMediaPlayer.currentMedia property will return NULL.

Before calling this method, you must have full access to the library. For more information, see Library Access.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next