Package: gtk
Accessor gtk:media-stream-error
Lambda Listgtk:media-stream-error (object) SyntaxArgumentsDetails Accessor of the error slot of the gtk:media-stream class. If the stream is in an error state, the gtk:media-stream-error function returns the g:error instance explaining that state. Any type of error
can be reported here depending on the implementation of the media stream. A media stream in an error cannot be operated on, calls like the gtk:media-stream-play or gtk:media-stream-seek functions will not have any effect. The gtk:media-stream object itself does not provide a way to unset an error, but implementations may provide options. For example, a gtk:media-file object will unset errors when a new source is set, for example, with the (setf gtk:media-file-file) function. | See also |
2025-05-30