MPLATFORMLib Namespace > IMPlaylist Interface : PlaylistRemoveByIndex Method |
Sub PlaylistRemoveByIndex( _ ByVal _nIndex As Integer, _ ByVal _nExtraRemove As Integer _ )
void PlaylistRemoveByIndex( int _nIndex, int _nExtraRemove )
procedure PlaylistRemoveByIndex( _nIndex: Integer; _nExtraRemove: Integer );
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);