seek


Description:

public virtual void seek (int64 timestamp)

Start a seek operation on this 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 [property@Gtk.MediaStream:seeking] property will be set.

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

Parameters:

this

a `GtkMediaStream`

timestamp

timestamp to seek to.