Gst.Message.prototype.set_seqnum

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

Set the sequence number of a message.

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

MT safe.

seqnum

A sequence number.