Gst.BufferPoolAcquireParams¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| flags | Gst.BufferPoolAcquireFlags | r/w | additional flags | 
| format | Gst.Format | r/w | the format of start and stop | 
| start | int | r/w | the start position | 
| stop | int | 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.