Query.parseNthAllocationPool

Get the pool parameters in @query.

Unref @pool with gst_object_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 BufferPool

the #GstBufferPool

size uint

the buffer size

minBuffers uint

the min buffers

maxBuffers uint

the max buffers

Meta