Event.parseQos

void parseQos(out gst.types.QOSType type, out double proportion, out gst.types.ClockTimeDiff diff, out gst.types.ClockTime timestamp)

Get the type, proportion, diff and timestamp in the qos event. See [gst.event.Event.newQos] for more information about the different QoS values.

timestamp will be adjusted for any pad offsets of pads it was passing through.

Parameters

typeA pointer to store the QoS type in
proportionA pointer to store the proportion in
diffA pointer to store the diff in
timestampA pointer to store the timestamp in