removeMediaItems

expect open fun removeMediaItems(fromIndex: Int, toIndex: Int)

Removes a range of media items from the playlist.

Parameters

fromIndex

The starting index of the media items to remove (inclusive).

toIndex

The ending index of the media items to remove (exclusive).

actual open fun removeMediaItems(fromIndex: Int, toIndex: Int)
actual open fun removeMediaItems(fromIndex: Int, toIndex: Int)

Removes a range of media items from the playlist.

Parameters

fromIndex

The starting index of the media items to remove (inclusive).

toIndex

The ending index of the media items to remove (exclusive).