VideoDecoder.qos

bool qos() @property nothrow

Get qos property.

Returns

If set to true the decoder will handle QoS events received

from downstream elements. This includes dropping output frames which are detected as late using the metrics reported by those events.

void qos(bool propval) @property nothrow

Set qos property.

Parameters

propvalIf set to true the decoder will handle QoS events received from downstream elements. This includes dropping output frames which are detected as late using the metrics reported by those events.