AppSrc.maxBuffers

ulong maxBuffers() @property

Get maxBuffers property.

Returns

The maximum amount of buffers that can be queued internally.

After the maximum amount of buffers are queued, appsrc will emit the "enough-data" signal.

void maxBuffers(ulong propval) @property

Set maxBuffers property.

Parameters

propvalThe maximum amount of buffers that can be queued internally. After the maximum amount of buffers are queued, appsrc will emit the "enough-data" signal.