Query.parseNthAllocationPool

Get the pool parameters in query.

Unref pool with gst.object.ObjectGst.unref when it's not needed any more.

class Query
void
parseNthAllocationPool
(
uint index
,,
out uint size
,
out uint minBuffers
,
out uint maxBuffers
)

Parameters

index uint

index to parse

pool gst.buffer_pool.BufferPool

the #GstBufferPool

size uint

the buffer size

minBuffers uint

the min buffers

maxBuffers uint

the max buffers