AppSrc.leakyType

gstapp.types.AppLeakyType leakyType() @property

Get leakyType property.

Returns

When set to any other value than GST_APP_LEAKY_TYPE_NONE then the appsrc

will drop any buffers that are pushed into it once its internal queue is full. The selected type defines whether to drop the oldest or new buffers.

void leakyType(gstapp.types.AppLeakyType propval) @property

Set leakyType property.

Parameters

propvalWhen set to any other value than GST_APP_LEAKY_TYPE_NONE then the appsrc will drop any buffers that are pushed into it once its internal queue is full. The selected type defines whether to drop the oldest or new buffers.