IWMPPlaylist::removeItem method
The removeItem method removes the specified media item from the playlist.
Syntax
public void removeItem(
IWMPMedia pIWMPMedia
);
Public Sub removeItem( _
ByVal pIWMPMedia As IWMPMedia _
)
Implements IWMPPlaylist.removeItem
Parameters
-
pIWMPMedia [in]
-
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 |
|