Gst.Query.prototype.set_nth_allocation_pool

function set_nth_allocation_pool(index:Number, pool:Gst.BufferPool, size:Number, min_buffers:Number, max_buffers:Number):void {
    // Gjs wrapper for gst_query_set_nth_allocation_pool()
}

Set the pool parameters in query.

index

index to modify

pool

the Gst.BufferPool

size

the size

min_buffers

the min buffers

max_buffers

the max buffers