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
live | if the message was generated by a live element |
runningTime | the running time of the buffer that generated the message |
streamTime | the stream time of the buffer that generated the message |
timestamp | the timestamps of the buffer that generated the message |
duration | the duration of the buffer that generated the message |