parse_qos
Description:
public void parse_qos (out bool live, out uint64 running_time, out uint64 stream_time, out uint64 timestamp, out uint64 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:
this |
A valid Message of type GST_MESSAGE_QOS. |
live |
if the message was generated by a live element |
running_time |
the running time of the buffer that generated the message |
stream_time |
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 |