Module: Gst::QOSType

Defined in:
(unknown)

Constant Summary collapse

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. Upstream should reduce their production rate. This
type is also used when buffers arrive early or in time.

0 or :overflow
UNDERFLOW =

The QoS event type that is produced when upstream
elements are producing data too slowly and need to speed up their
production rate.

1 or :underflow
THROTTLE =

The QoS event type that is produced when the
application enabled throttling to limit the data rate.

2 or :throttle