Gst.QOSType
The different types of QoS events that can be given to the Gst.Event.new_qos method.
- QOSType.OVERFLOW
The QoS event type that is produced when downstream elements are producing data too quickly and the element can't keep up processing the data. Upstream should reduce their processing rate. This type is also used when buffers arrive early or in time.
- QOSType.UNDERFLOW
The QoS event type that is produced when downstream elements are producing data too slowly and need to speed up their processing rate.
- QOSType.THROTTLE
The QoS event type that is produced when the application enabled throttling to limit the datarate.