AppSrc.maxBytes

ulong maxBytes() @property

Get maxBytes property.

Returns

The maximum amount of bytes that can be queued internally.

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

void maxBytes(ulong propval) @property

Set maxBytes property.

Parameters

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