Query.parseNthAllocationPool

void parseNthAllocationPool(uint index, out gst.buffer_pool.BufferPool pool, out uint size, out uint minBuffers, out uint maxBuffers)

Get the pool parameters in query.

Unref pool with [gst.object.ObjectWrap.unref] when it's not needed any more.

Parameters

indexindex to parse
poolthe #GstBufferPool
sizethe buffer size
minBuffersthe min buffers
maxBuffersthe max buffers