Gst.Message.prototype.parse_qos
function parse_qos():void {
// Gjs wrapper for gst_message_parse_qos()
}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.