set_gapless


Description:

public void set_gapless (bool gapless)

Set Queue progression to be gapless.

Gapless playback will try to re-use as much as possible of underlying GStreamer elements when Queue progresses, removing any potential gap in the data.

Enabling this option mostly makes sense when used together with [property@Clapper.Queue:progression-mode] property set to [ enum@Clapper.QueueProgressionMode.CONSECUTIVE].

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

Parameters:

this

a Queue

gapless

true to enable, false otherwise.