Gst.BufferPoolAcquireParams¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r/w |
additional flags |
|
format |
r/w |
the format of start and stop |
|
start |
r/w |
the start position |
|
stop |
r/w |
the stop position |
Methods¶
None
Details¶
- class Gst.BufferPoolAcquireParams¶
Parameters passed to the
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.