After the maximum amount of bytes are queued, appsrc will emit the "enough-data" signal.
AppSrc.maxBytes
ulong maxBytes() @propertyGet maxBytes property.
Returns
The maximum amount of bytes that can be queued internally.
void maxBytes(ulong propval) @propertySet maxBytes property.
Parameters
propval | 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. |