Package: gtk

Accessor gtk:media-stream-loop

Lambda List

gtk:media-stream-loop (object)

Syntax

(gtk:media-stream-loop object) => setting
(setf (gtk:media-stream-loop object) setting)

Arguments

object -- a gtk:media-stream object
setting -- true if the stream should loop

Details

The accessor for the loop slot of the gtk:media-stream class gets or sets whether the stream is set to loop. That is, restart playback from the beginning instead of stopping at the end.

Not all streams may support looping, in particular non-seekable streams. Those streams will ignore the loop setting and just end.
 

See also

2025-09-21