addMedia

abstract fun addMedia(media: Media)(source)

Adds a Media to the end of the playlist.


abstract fun addMedia(index: Int, media: Media)(source)

Adds a Media at the given index of the playlist.

Parameters

index

The index at which to add the Media. If the index is larger than the size of the playlist, the media is added to the end of the playlist.

media

The Media to add.