BufferPool.configGetParams

Get the configuration values from config.

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

Parameters

config Structure

a gstreamer.BufferPool configuration

caps Caps

the caps of buffers

size uint

the size of each buffer, not including prefix and padding

minBuffers uint

the minimum amount of buffers to allocate.

maxBuffers uint

the maximum amount of buffers to allocate or 0 for unlimited.

Return Value

Type: bool

TRUE if all parameters could be fetched.