BufferPool.configGetParams

Get the configuration values from config.

class BufferPool
static
int
configGetParams
(,,
out uint size
,
out uint minBuffers
,
out uint maxBuffers
)

Parameters

config Structure

a GstBufferPool configuration. [transfer none]

caps Caps

the caps of buffers. out[transfer none][allow-none]

size uint

the size of each buffer, not including prefix and padding. out[allow-none]

minBuffers uint

the minimum amount of buffers to allocate. out[allow-none]

maxBuffers uint

the maximum amount of buffers to allocate or 0 for unlimited. out[allow-none]

Return Value

Type: int

TRUE if all parameters could be fetched.

Meta