Package: gtk

Accessor gtk:video-autoplay

Lambda List

gtk:video-autoplay (object)

Syntax

(gtk:video-autoplay object) => autoplay
(setf (gtk:video-autoplay object) autoplay)

Arguments

object -- a gtk:video widget
autoplay -- a boolean whether media streams should autoplay

Details

Accessor of the autoplay slot of the gtk:video class. The gtk:video-autoplay function returns true if videos have been set to loop via the gtk:video-loop function. The (setf gtk:video-autoplay) function sets whether self automatically starts playback when it becomes visible or when a new file gets loaded.
 

See also

2024-10-31