QOSType
Description:
[ CCode ( cprefix = "GST_QOS_TYPE_" , type_id = "gst_qos_type_get_type ()" ) ]
public enum QOSType
The different types of QoS events that can be given to the Event.qos
method.
Content:
Enum values:
- OVERFLOW - The QoS event type that is
produced when upstream elements are producing data too quickly and the element can't keep up processing the data.
- THROTTLE - The QoS event type that is
produced when the application enabled throttling to limit the data rate.
- UNDERFLOW - The QoS event type that
is produced when upstream elements are producing data too slowly and need to speed up their production rate.