Package: gtk

Function gtk:media-stream-is-seekable

Lambda List

gtk:media-stream-is-seekable (stream)

Arguments

stream -- a gtk:media-stream object

Return Value

True if the stream may support seeking.

Details

Checks if a stream may be seekable. This is meant to be a hint. Streams may not allow seeking even if this function returns true . However, if this function returns false, streams are guaranteed to not be seekable and user interfaces may hide controls that allow seeking.

It is allowed to call the gtk:media-stream-seek function on a non seekable stream, though it will not do anything.
 

See also

#2023-5-3