Event.setSeqnum

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_get_seqnum() for more information.

MT safe.

class Event
void
setSeqnum
(
uint seqnum
)

Parameters

seqnum uint

A sequence number.

Meta