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. out[allow-none][transfer full]

size uint

the size. out[allow-none]

minBuffers uint

the min buffers. out[allow-none]

maxBuffers uint

the max buffers. out[allow-none]

Meta