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 int live
,,
out ulong streamTime
,
out ulong timestamp
,
out ulong duration
)

Parameters

live int

if the message was generated by a live element. out[allow-none]

runningTime ulong*

the running time of the buffer that generated the message. out[allow-none]

streamTime ulong

the stream time of the buffer that generated the message. out[allow-none]

timestamp ulong

the timestamps of the buffer that generated the message. out[allow-none]

duration ulong

the duration of the buffer that generated the message. out[allow-none]

Meta