Package ch.bailu.gtk.gst
Schnittstelle QOSType
public interface QOSType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
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.static final int
The QoS event type that is produced when the
application enabled throttling to limit the data rate.static final int
The QoS event type that is produced when upstream
elements are producing data too slowly and need to speed up their
production rate.
-
Felddetails
-
OVERFLOW
static final int OVERFLOWThe 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.- Siehe auch:
-
UNDERFLOW
static final int UNDERFLOWThe QoS event type that is produced when upstream
elements are producing data too slowly and need to speed up their
production rate.- Siehe auch:
-
THROTTLE
static final int THROTTLEThe QoS event type that is produced when the
application enabled throttling to limit the data rate.- Siehe auch:
-