BufferPool.configGetParams
bool configGetParams(gst.structure.Structure config, out gst.caps.Caps caps, out uint size, out uint minBuffers, out uint maxBuffers)Gets the configuration values from config.
Parameters
config | a #GstBufferPool configuration |
caps | the caps of buffers |
size | the size of each buffer, not including prefix and padding |
minBuffers | the minimum amount of buffers to allocate. |
maxBuffers | the maximum amount of buffers to allocate or 0 for unlimited. |
Returns
true if all parameters could be fetched.