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

Accessor of the loop slot of the gtk:media-stream class. The gtk:media-stream-loop function returns whether the stream is set to loop. The (setf gtk:media-stream-loop) function sets whether the stream should 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

#2023-5-2