Message.parseQos

void parseQos(out bool live, out ulong runningTime, out ulong streamTime, out ulong timestamp, out ulong duration)

Extract the timestamps and live status from the QoS message.

The returned values give the running_time, stream_time, timestamp and duration of the dropped buffer. Values of GST_CLOCK_TIME_NONE mean unknown values.

MT safe.

Parameters

liveif the message was generated by a live element
runningTimethe running time of the buffer that generated the message
streamTimethe stream time of the buffer that generated the message
timestampthe timestamps of the buffer that generated the message
durationthe duration of the buffer that generated the message