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
index | index to parse |
pool | the #GstBufferPool |
size | the buffer size |
minBuffers | the min buffers |
maxBuffers | the max buffers |