BufferList.insert

Insert buffer at idx in list. Other buffers are moved to make room for this new buffer. A -1 value for idx will append the buffer at the end.

class BufferList
void
insert

Parameters

idx int

the index

buffer Buffer

a GstBuffer. [transfer full]

Meta