AppSink.maxBytes
ulong maxBytes() @property nothrowGet maxBytes property.
Returns
Maximum amount of bytes in the queue (0 = unlimited)
void maxBytes(ulong propval) @property nothrowSet maxBytes property.
Parameters
propval | Maximum amount of bytes in the queue (0 = unlimited) |