Gst.Event.prototype.set_seqnum

function set_seqnum(seqnum:guint32):void {
    // Gjs wrapper for gst_event_set_seqnum()
}

Set the sequence number of a event.

This function might be called by the creator of a event to indicate that the event relates to other events or messages. See Gst.Event.prototype.get_seqnum for more information.

MT safe.

seqnum

A sequence number.