parse_nth_allocation_pool


Description:

public void parse_nth_allocation_pool (uint index, out BufferPool? pool, out uint size, out uint min_buffers, out uint max_buffers)

Get the pool parameters in this.

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

Parameters:

this

A valid Query of type GST_QUERY_ALLOCATION.

index

index to parse

pool

the BufferPool

size

the buffer size

min_buffers

the min buffers

max_buffers

the max buffers