add_item


Description:

public void add_item (MediaItem item)

Add another MediaItem to the end of queue.

If item is already in queue, this function will do nothing, so it is safe to call multiple times if unsure.

Parameters:

this

a Queue

item

a MediaItem