MPLATFORMLib Namespace > MPlaylistClass Class : PlaylistRemoveByIndex Method |
Public Overridable Sub PlaylistRemoveByIndex( _ ByVal _nIndex As Integer, _ ByVal _nExtraRemove As Integer _ )
public virtual void PlaylistRemoveByIndex( int _nIndex, int _nExtraRemove )
public procedure PlaylistRemoveByIndex( _nIndex: Integer; _nExtraRemove: Integer ); virtual;
public: virtual void PlaylistRemoveByIndex( int _nIndex, int _nExtraRemove )
Here is example of how to remove all playlist items:
myPlaylist.PlaylistRemoveByIndex(0, -1)
myPlaylist.PlaylistRemoveByIndex(0, -1);
myPlaylist.PlaylistRemoveByIndex(0, -1);