set_instant


Description:

public void set_instant (bool instant)

Set Queue media item changes to be instant.

Instant will try to re-use as much as possible of underlying GStreamer elements when MediaItem is selected, allowing media item change requests to be faster.

NOTE: This feature within GStreamer is rather new and might still cause playback issues. Disabled by default.

Parameters:

this

a Queue

instant

true to enable, false otherwise.