AppSink.maxBuffers
uint maxBuffers() @property nothrowGet maxBuffers property.
Returns
Maximum amount of buffers in the queue (0 = unlimited).
void maxBuffers(uint propval) @property nothrowSet maxBuffers property.
Parameters
propval | Maximum amount of buffers in the queue (0 = unlimited). |