MediaStream.seek

Start a seek operation on self 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 gtk.media_stream.MediaStream.gboolean property will be set.

When calling gtk.media_stream.MediaStream.seek during an ongoing seek operation, the new seek will override any pending seek.

class MediaStream
void
seek
()

Parameters

timestamp long

timestamp to seek to.