:right-sidebar: True BufferPoolAcquireParams =================================================================== .. currentmodule:: gi.repository.Gst .. class:: BufferPoolAcquireParams(*args, **kwargs) :no-contents-entry: Parameters passed to the :func:`~gi.repository.Gst.BufferPool.acquire_buffer` function to control the allocation of the buffer. The default implementation ignores the ``start`` and ``stop`` members but other implementations can use this extra information to decide what buffer to return. Fields ------ .. rst-class:: interim-class .. class:: BufferPoolAcquireParams :no-index: .. attribute:: flags Additional flags .. attribute:: format The format of ``start`` and ``stop`` .. attribute:: start The start position .. attribute:: stop The stop position