Package: gtk

Accessor gtk:media-stream-muted

Lambda List

gtk:media-stream-muted (object)

Syntax

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

Arguments

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

Details

Accessor of the muted slot of the gtk:media-stream class. The gtk:media-stream-muted function returns whether the audio for the stream is muted. The (setf gtk:media-stream-muted) function sets whether the audio stream should be muted. Muting a stream will cause no audio to be played, but it does not modify the volume. This means that muting and then unmuting the stream will restore the volume settings.

If the stream has no audio, calling this function will still work but it will not have an audible effect.
 

See also

#2023-5-2