Message.parseQos

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.

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

Parameters

live bool

if the message was generated by a live element

runningTime ulong

the running time of the buffer that generated the message

streamTime ulong

the stream time of the buffer that generated the message

timestamp ulong

the timestamps of the buffer that generated the message

duration ulong

the duration of the buffer that generated the message