Package: gtk

Function gtk:media-stream-seek

Lambda List

gtk:media-stream-seek (stream timestamp)

Arguments

stream -- a gtk:media-stream object
timestamp -- an integer with the timestamp to seek to

Details

Start a seek operation on stream to timestamp. If timestamp is out of range, it will be clamped.

Seek operations may not finish instantly. While a seek operation is in process, the seeking property will be set.

When calling gtk:media-stream-seek function during an ongoing seek operation, the new seek will override any pending seek.
 

See also

#2023-5-3